#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                    |  
------------------------------------------+---------------------------------
Comment (by russellm):

 Malcolm: I haven't checked this in because (1) The URL resolver is one of
 your regular stomping grounds, (2) I wasn't certain if you had a better
 way of solving this in mind.

 My read on the problem - If you deploy the same view method at two
 different URLs, calling reverse() using the view method name becomes
 ambiguous. Using a MultiValueDict rather than a dict means you can find
 all the places that a given view is deployed.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9038#comment:3>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to