Django admin return to page after save
Posted
by
Thordin9
on Stack Overflow
See other posts from Stack Overflow
or by Thordin9
Published on 2010-12-31T11:11:10Z
Indexed on
2010/12/31
12:54 UTC
Read the original article
Hit count: 221
Hi all, I have 3 pages of items listed in my django application admin. After i edit one of them (lets say it is in page 2) and save my changes, i return to page 1 of my listing. How can i make it so i return to the page the item is in?
I looked into some similar questions here at stackoverflow and i believe that i need to use javascript to send a httpresponse with the location header. But how i can determine the page the item is in?
any help is appreciated
© Stack Overflow or respective owner