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-10-31 09:41:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
b0ed619303d2fb723330ca9efa3acf23d49f1d19
django
/
tests
/
admin_changelist
History
Carlton Gibson
b0ed619303
Fixed
#33083
-- Fixed selecting all items in the admin changelist when actions are both top and bottom.
...
Thanks Benjamin Locher for the report. Regression in
30e59705fc
.
2021-09-21 19:58:00 +02:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
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
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
#33083
-- Fixed selecting all items in the admin changelist when actions are both top and bottom.
2021-09-21 19:58:00 +02:00
urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00