This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
70311e1d00
django1
/
tests
/
admin_changelist
History
Baptiste Mispelon
7873d3757d
[2.2.x]
Fixed
#31031
-- Fixed data loss in admin changelist view when formset's prefix contains regex special chars.
...
Regression in
b18650a263
. Backport of
52936eface
from master
2019-11-26 09:19:39 +01:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
admin.py
Fixed
#28933
-- Improved the efficiency of ModelAdmin.date_hierarchy queries.
2018-02-14 19:15:41 -05: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
#8936
-- Added a view permission and a read-only admin.
2018-05-16 06:44:55 -04:00
tests.py
[2.2.x]
Fixed
#31031
-- Fixed data loss in admin changelist view when formset's prefix contains regex special chars.
2019-11-26 09:19:39 +01:00
urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00