#17492: url backreferencing can not be reversed.
------------------------------+--------------------
Reporter: nate_b | Owner: nobody
Type: Bug | Status: new
Component: Core (Other) | Version: 1.3
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
------------------------------+--------------------
If a url pattern uses backreferencing (i.e.,
"(?P=previously_named_group)"), the reversal fails, throwing up "Non-
reversible reg-exp portion" ValueError. The problem occurs in
django.utils.regex_helper.normalize which gives up on any character
following a "(?P" other than "<".
--
Ticket URL: <https://code.djangoproject.com/ticket/17492>
Django <https://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.