1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/admin_changelist
sarahboyce 868e2fcdda Fixed #32539 -- Added toggleable facet filters to ModelAdmin.
Thanks Carlton Gibson, Simon Willison, David Smith, and Mariusz
Felisiak for reviews.
2023-03-03 20:24:57 +01:00
..
__init__.py
admin.py Fixed #34283 -- Escaped title in admin's changelist filters. 2023-01-30 09:37:53 +01:00
models.py Fixed #34283 -- Escaped title in admin's changelist filters. 2023-01-30 09:37:53 +01:00
test_date_hierarchy.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
tests.py Fixed #32539 -- Added toggleable facet filters to ModelAdmin. 2023-03-03 20:24:57 +01:00
urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00