Opened 8 years ago
Last modified 8 years ago
#28635 closed Bug
Non-ASCII url prefix — at Version 1
| Reported by: | Wenli Tsai | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.admin | Version: | 1.11 |
| Severity: | Normal | Keywords: | add_preserved_filters |
| Cc: | 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 (last modified by )
The preserved_filters won't be correctly recovered when url contains non-ASCII prefix.
When save the change form and return to the changelist,
the changelist url should be /admin/myApp/台灣Model/?cityID=a.
But we got /admin/myApp/台灣Model/?_changelist_filters=cityID%3Da,
and 302 redirected to /admin/myApp/台灣Model/?e=1.
Note:
See TracTickets
for help on using tickets.