This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-13 02:46:41 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
admin_changelist
History
Jacob Walls
76ccce64cc
Fixed
#16063
-- Adjusted admin changelist searches spanning multi-valued relationships.
...
This reduces the likelihood of admin searches issuing queries with excessive joins.
2021-12-15 08:14:19 +01:00
..
__init__.py
…
admin.py
Fixed
#16063
-- Adjusted admin changelist searches spanning multi-valued relationships.
2021-12-15 08:14:19 +01:00
models.py
Fixed
#28462
-- Decreased memory usage with ModelAdmin.list_editable.
2018-06-01 10:41:05 -04:00
test_date_hierarchy.py
Fixed
#31597
,
#31603
-- Corrected admin clear all filters link behavior.
2020-05-20 21:08:47 +02:00
tests.py
Fixed
#16063
-- Adjusted admin changelist searches spanning multi-valued relationships.
2021-12-15 08:14:19 +01:00
urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00