#15294: Use named urls instead of hard coded ones in admin views
----------------------------------+-----------------------------------------
 Reporter:  julien                |          Owner:  nobody    
   Status:  new                   |      Milestone:            
Component:  django.contrib.admin  |        Version:  1.2       
 Keywords:                        |   Triage Stage:  Unreviewed
Has patch:  0                     |  
----------------------------------+-----------------------------------------
 There are still a lot of hard coded urls in the admin views, generally
 used for redirection. To allow for more flexibility and robustness, those
 should be replaced by named urls. Where it might get tricky is with the
 urls that are provided in the view signatures (for example
 `post_url_continue` in `response_add()`).

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15294>
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to