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

Django allows @ for usernames, so the render_primary url pattern should also #79

Merged
merged 1 commit into from
Apr 25, 2015

Conversation

bazerk
Copy link
Contributor

@bazerk bazerk commented Feb 24, 2014

We found this on a site where a user registered with an @ in their username, as the regex doesn't include @ (which is valid for django usernames) the URL didn't resolve for avatar_render_primary.

grantmcconnaughey added a commit that referenced this pull request Apr 25, 2015
Django allows @ for usernames, so the render_primary url pattern should also
@grantmcconnaughey grantmcconnaughey merged commit 3e312bb into jazzband:master Apr 25, 2015
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

Successfully merging this pull request may close these issues.

2 participants