#20767 closed Bug (fixed)
preserve_filters with namespaces and multiple admins
| Reported by: | Collin Anderson | Owned by: | loic84 |
|---|---|---|---|
| Component: | contrib.admin | Version: | 1.6-beta-1 |
| Severity: | Normal | Keywords: | |
| Cc: | cmawebsite@… | Triage Stage: | Ready for checkin |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I'm finding that preserve_filters is not working if I add a second admin with a namespace.
I have simple multiple admin project that you can use to use to try it yourself.
https://github.com/collinanderson/multiadmin
I think the problem is happening somewhere around here:
https://github.com/django/django/commit/c86a9b63984f6692d478f6f70e3c78de4ec41814#L0R769
Change History (8)
comment:1 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 12 years ago
| Cc: | added |
|---|
comment:4 by , 12 years ago
| Has patch: | set |
|---|
comment:6 by , 12 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:7 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Thanks for the report and ticket, I can reproduce it.