-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change [\d]+ to [0-9]+ in urls #439
Labels
Comments
Please do help |
Can I take up this issue? Is the issue already closed? |
I think so . but looks like pull request was not accepted due to some reason. |
can So I put a PR for the same |
This was referenced Jul 13, 2018
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Change the [\d]+ to [0-9]+ according to the newer version of Django.
I'll be glad to work on this issue without disturbing the workflow.
The text was updated successfully, but these errors were encountered: