Skip to content
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

urls.py uses incorrect regex expressions #7

Closed
svisser opened this issue Jun 6, 2014 · 1 comment
Closed

urls.py uses incorrect regex expressions #7

svisser opened this issue Jun 6, 2014 · 1 comment

Comments

@svisser
Copy link
Contributor

svisser commented Jun 6, 2014

The regex expressions in urls.py use * which means zero or more.

However, what is likely meant is + as the id numbers must have one or more digits.

@mtford90
Copy link
Collaborator

mtford90 commented Jun 7, 2014

Fixed in master, thanks.

@mtford90 mtford90 closed this as completed Jun 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants