1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/tests/admin_changelist
Fabio Sangiovanni b457068cf2 Fixed #31187 -- Fixed detecting of existing total ordering in admin changelist when using Meta.constraints.
Detection of existing total ordering in admin changelist now takes into
account non-partial unique constraints.
2020-02-19 09:36:23 +01:00
..
__init__.py
admin.py
models.py
test_date_hierarchy.py Fixed #30922 -- Fixed ModelAdmin.date_hierarchy queries with DST changes. 2019-10-29 11:21:03 +01:00
tests.py Fixed #31187 -- Fixed detecting of existing total ordering in admin changelist when using Meta.constraints. 2020-02-19 09:36:23 +01:00
urls.py