1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/admin_changelist
2021-11-09 07:00:36 +01:00
..
__init__.py
admin.py Fixed #33083 -- Fixed selecting all items in the admin changelist when actions are both top and bottom. 2021-09-21 19:58:00 +02:00
models.py
test_date_hierarchy.py Fixed #31597, #31603 -- Corrected admin clear all filters link behavior. 2020-05-20 21:08:47 +02:00
tests.py Refs #16063 -- Added tests for searching against multiple related fields in admin changelist. 2021-11-09 07:00:36 +01:00
urls.py