#13154: Make reverse() match the behavior of resolve()
-------------------------------------+--------------------------------------
          Reporter:  patrys          |         Owner:  nobody
            Status:  new             |     Milestone:        
         Component:  Core framework  |       Version:  SVN   
        Resolution:                  |      Keywords:        
             Stage:  Accepted        |     Has_patch:  1     
        Needs_docs:  0               |   Needs_tests:  1     
Needs_better_patch:  0               |  
-------------------------------------+--------------------------------------
Comment (by patrys):

 I'd provide a test but there is a line in
 `tests/regressiontests/urlpatterns_reverse/urls.py` that breaks it:

 {{{
     url(r'^hardcoded/$', 'hardcoded/', empty_view, name="hardcoded"),
 }}}

 I am not quite sure how to interpret that line but it assigns the view to
 the kwargs. What should I do about it?

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