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
--
Ticket URL: <https://code.djangoproject.com/ticket/20767>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* needs_better_patch: => 0
* needs_tests: => 0
* owner: nobody => loic84
* needs_docs: => 0
* stage: Unreviewed => Accepted
Comment:
Thanks for the report and ticket, I can reproduce it.
--
Ticket URL: <https://code.djangoproject.com/ticket/20767#comment:1>
* cc: cmawebsite@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/20767#comment:2>
Comment (by loic84):
PR https://github.com/django/django/pull/1373
--
Ticket URL: <https://code.djangoproject.com/ticket/20767#comment:3>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/20767#comment:4>
Comment (by CollinAnderson):
This fixes my problem. Thanks so much.
--
Ticket URL: <https://code.djangoproject.com/ticket/20767#comment:5>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/20767#comment:6>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"2fc6c9472cd25910f978fe1d18de5c350370f901"]:
{{{
#!CommitTicketReference repository=""
revision="2fc6c9472cd25910f978fe1d18de5c350370f901"
Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.
Thanks Collin Anderson for the report.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20767#comment:7>
Comment (by Simon Charette <charette.s@…>):
In [changeset:"c660f0e9857e570628e68fa856cc0b613382bd1a"]:
{{{
#!CommitTicketReference repository=""
revision="c660f0e9857e570628e68fa856cc0b613382bd1a"
[1.6.x] Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced
URLs.
Thanks Collin Anderson for the report.
Backport of 2fc6c9472c from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20767#comment:8>