#9038: url tag not working with reverse in 1.0 as it previously did
------------------------------------------+---------------------------------
Reporter: [EMAIL PROTECTED] | Owner: mtredinnick
Status: assigned | Milestone:
Component: Core framework | Version: 1.0
Resolution: | Keywords: url, reverse
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------------+---------------------------------
Changes (by mtredinnick):
* owner: nobody => mtredinnick
* needs_better_patch: => 0
* status: new => assigned
* needs_tests: => 0
* needs_docs: => 0
Comment:
This looks like a bug, not changed behaviour. If you're passing in a
parameter, it must match the first pattern, since that's the only one that
matches anything with a parameter. The fact that it isn't doing so is
wrong. One of the points behind this rewrite is that similarly named but
pattern-wise distinct URL patterns that are differentiated by the
parameters they take should be handled correctly.
--
Ticket URL: <http://code.djangoproject.com/ticket/9038#comment:1>
Django <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
-~----------~----~----~----~------~----~------~--~---