#2672: After clicking "Save" in admin, does not return to last paginated page
------------------------------------+---------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  adrian
     Type:  enhancement             |      Status:  new   
 Priority:  low                     |   Milestone:        
Component:  Admin interface         |     Version:        
 Severity:  minor                   |    Keywords:        
------------------------------------+---------------------------------------
 Currently I have 3 pages of objects in my admin.  I've ordered my objects
 in such a way that when I edit a group of objects they are near each
 other.  So when I save I'd like to be returned to the previous page of my
 object list.  Currently it returns to the 1st page always.
 
 I've tracked down where this is:  line 274 in
 django/contrib/admin/views/main.py
 
 We'd need to either pass the page into the change form (ex: ?p=2) and then
 pass it to the redirect, or store it as a session variable to pull back
 out and remove.  Or some other option a Django developer can think of.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2672>
Django <http://code.djangoproject.org/>
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to