On Tue, 2007-03-13 at 18:19 +0300, Ivan Sagalaev wrote:
> akonsu wrote:
> > i think the reason is two entries in the urlpatterns with the same
> > view. is this a bug?
> 
> Well, not exactly a bug but a limitation of "reverse" function that {% 
> url %} uses to do actual resolving. Incidentally there is a thread in 
> django-developers[1] about solving a similar issue.

This is different from the problem you are trying to solve on
django-dev. This one is actually a bug: we bail out at the first
attempted match, rather than continuing on if we fail. It's ticket
#3525.

If we have clearly different parameter sets to match, there's no
ambiguity about which one to select.

This will be fixed shortly.

Regards,
Malcolm


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to