Assuming that you can't get the edit view to cooperate, maybe store it on the setting?
On Tue, Sep 10, 2013 at 11:34 AM, DJ-Tom <eventel...@gmail.com> wrote: > Hi, > > I'm currently using django's default pagination and it works as expected. > > The problem i still have is that when I'm on (lets say) page 5 of 10, go > into edit the edit form of one of the objects, I don't know how I can > preserve/access the current page number from the edit view/form template so > I can get back to page 5 of the list view when I'm done with editing of the > current record. > > I started by adding ?page=x to the edit link of each record, but how do I > pass this down the line so I can redirect to /somemodel/list/?page=x after > saving the data record? > > Thomas > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.