Opened 4 years ago

Closed 4 years ago

#31754 closed Bug (needsinfo)

preserve_filters doesn't work

Reported by: Zbynek Drlik Owned by: nobody
Component: contrib.admin Version: 3.0
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Zbynek Drlik)

I have 3.0.7 version of django. After save change view my old filters and search fraze has been lost.

Change History (3)

comment:1 by Mariusz Felisiak, 4 years ago

Component: Uncategorizedcontrib.admin
Resolution: needsinfo
Status: newclosed

I cannot reproduce your issue. Preserving filters works for me. Can you provide a sample project to reproduce this issue?

Last edited 4 years ago by Mariusz Felisiak (previous) (diff)

comment:2 by Zbynek Drlik, 4 years ago

Description: modified (diff)
Resolution: needsinfo
Status: closednew

Test account in our project http://cloud.varos.sk/
login: enjpadazprmyooddla@…
passwd: djangotest

comment:3 by Carlton Gibson, 4 years ago

Resolution: needsinfo
Status: newclosed

Sorry, I can't reproduce this — filters are preserved for me.

The demo site isn't sufficient to see what's occurring. Please create a fresh minimal project, using startproject that contains just the code needed to recreate the problem. (Likely in creating that you'll track down the issue.)

Thanks.

Note: See TracTickets for help on using tickets.
Back to Top