Filters are not preserved after saving with confirmation #49
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Describe the bug
After saving and confirming your actions, any filters which were present are not preserved. Normally in Django admin, if you use a filter (which adds something like
?foo=bar
in the url), saving the model puts you back to the list view but remembers any filters you had previously used.To Reproduce
Steps to reproduce the behavior:
NesteModelAdmin
./admin/app/model/?foo=bar
.Expected behavior
After confirming (step 5), I expect the filters to be preserved. In this case I'd expect the url to be back to
/admin/app/model/?foo=bar
.Versions:
Additional context
Django has supported preserving filters on the list view since 1.6
The text was updated successfully, but these errors were encountered: