#4453: url pattern name can contain dots, but reverse('pattern.name.with.dots')
will always fail
------------------------------------------+---------------------------------
Reporter: [EMAIL PROTECTED] | Owner: jacob
Status: reopened | Component: Uncategorized
Version: SVN | Resolution:
Keywords: url reverse dot | Stage: Accepted
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
------------------------------------------+---------------------------------
Changes (by Forest Bond <[EMAIL PROTECTED]>):
* component: Template system => Uncategorized
* summary: django.core.url_resolvers.reverse_url doesn't reverse escaped
characters => url pattern name can contain
dots, but reverse('pattern.name.with.dots')
will always fail
Comment:
No, no, no! I really did mean dots in pattern __names__:
{{{
urlpatterns = patterns('',
(r'^xyz/$', 'some.name.with.dots'),
)
}}}
Todd, you've obviously spent a fair amount of time characterizing your
bug, however, please open a new ticket, since it is a distinct issue, and
not the originally reported one. I apologize if my original report was
not clear enough.
--
Ticket URL: <http://code.djangoproject.com/ticket/4453#comment:9>
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
-~----------~----~----~----~------~----~------~--~---