#4883: URL reversing can't reverse URLs with plus sign
--------------------------------------------------------------+-------------
Reporter: Alexander Solovyov <[EMAIL PROTECTED]> | Owner: adrian
Status: new | Component:
Core framework
Version: SVN | Keywords:
Stage: Unreviewed | Has_patch: 0
--------------------------------------------------------------+-------------
I have an URL with plus sign inside it:
{{{
url(r'^member/\+new/$', views.member_new, name="member_new")
}}}
If I use {% url %} tag, it gives me "/member/\+new/", which is unusable.
--
Ticket URL: <http://code.djangoproject.com/ticket/4883>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django 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/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---