Issue 90: Add support for spaces in usernames
http://code.google.com/p/django-hotclub/issues/detail?id=90
New issue report by gromph99:
What steps will reproduce the problem?
1. Imported usernames from an existing database with spaces in them
2. Attempted to login with a name with spaces
3. Immediatly get template errors
What is the expected output?
The users profile page
What do you see instead?
Eror message:
Caught an exception while rendering: Reverse for
'PlazaWeb.profiles.views.profile' with arguments '(<User: Hearts Master>,)'
and keyword arguments '{}' not found.
Original Traceback (most recent call last):
File "C:\Python25\Lib\site-packages\django\template\debug.py", line 71,
in render_node
result = node.render(context)
File "C:\Python25\Lib\site-packages\django\template\defaulttags.py", line
378, in render
args=args, kwargs=kwargs)
File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py", line
252, in reverse
*args, **kwargs)))
File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py", line
241, in reverse
"arguments '%s' not found." % (lookup_view, args, kwargs))
NoReverseMatch: Reverse for 'PlazaWeb.profiles.views.profile' with
arguments '(<User: Hearts Master>,)' and keyword arguments '{}' not found.
What version of the product are you using? On what operating system?
Head revision in svn on Windows XP, Python 2.5
Please provide any additional information below.
We're importing existing users from a system that supported spaces. We have
to solve this problem to move forward using Pinax.
Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---