This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
cebbcaa1ba
django
/
tests
/
admin_changelist
History
Tim Graham
0d8e3e608e
Fixed
#29428
-- Fixed admin changelist crash when using a query expression without asc()/desc() in the ordering.
2018-06-14 14:22:04 -04: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
Fixed
#29428
-- Fixed admin changelist crash when using a query expression without asc()/desc() in the ordering.
2018-06-14 14:22:04 -04:00
urls.py
Fixed
#21927
-- Made application and instance namespaces more distinct.
2015-06-08 15:12:20 -04:00