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

Profile detail page url doesn't resolve with special characters #2953

Closed
agjohnson opened this issue Jun 16, 2017 · 0 comments
Closed

Profile detail page url doesn't resolve with special characters #2953

agjohnson opened this issue Jun 16, 2017 · 0 comments
Labels
Bug A bug
Milestone

Comments

@agjohnson
Copy link
Contributor

agjohnson commented Jun 16, 2017

When using a username with a + character, the profile detail page does not resolve correctly. We should be respecting the full set of characters in the profile URL

NoReverseMatch: Reverse for 'profiles_profile_detail' with arguments '()' and keyword arguments '{'username': u'foo+bar'}' not found. 1 pattern(s) tried: ['profiles/(?P<username>[\\[email protected]]+)/$']
@agjohnson agjohnson added the Bug A bug label Jun 16, 2017
@agjohnson agjohnson added this to the Admin UX milestone Nov 17, 2017
humitos added a commit that referenced this issue May 10, 2018
Fixes #2953 - Url resolved with special characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug
Projects
None yet
Development

No branches or pull requests

1 participant