[Django] #37058: _facets query parameters doubled on filter click
14 views
Skip to first unread message
Django
unread,
Apr 22, 2026, 7:16:48 AMApr 22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-...@googlegroups.com
#37058: _facets query parameters doubled on filter click
--------------------------------+-----------------------------------------
Reporter: Zbynek Konecny | Type: Uncategorized
Status: new | Component: Uncategorized
Version: 6.0 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------+-----------------------------------------
**To reproduce**
* navigate to an admin page listing entities of a given type that contains
filters, in my case
`https://dev.geogebra.net/ggbtrans/admin/properties/property/` * click "Show counts", URL becomes
`https://dev.geogebra.net/ggbtrans/admin/properties/property/?_facets=True` (so far so good)
* click one option in one of the filters
**Note**
The number of extra URL parameters does not increase by 1 on each click,
but it doubles, so if you browse through ~10 categories, you'll get a "URL
too long" error page
Thanks -- can you provide a sample `filter`? With plain field names in
`list_filter` I can't reproduce, so perhaps you are using something more
custom.
--
Ticket URL: <https://code.djangoproject.com/ticket/37058#comment:1>
Django
unread,
Apr 24, 2026, 12:59:50 PMApr 24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message