This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
admin_changelist
History
Tim Graham
4bccfac36f
[2.0.x]
Fixed
#29428
-- Fixed admin changelist crash when using a query expression without asc()/desc() in the ordering.
...
Backport of 0d8e3e608ee9aab5076d497664aa97e0a29e523e from master
2018-06-15 10:12:40 -04:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
admin.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
models.py
[2.0.x]
Fixed
#28462
-- Decreased memory usage with ModelAdmin.list_editable.
2018-06-01 11:00:34 -04:00
tests.py
[2.0.x]
Fixed
#29428
-- Fixed admin changelist crash when using a query expression without asc()/desc() in the ordering.
2018-06-15 10:12:40 -04:00
urls.py
Fixed
#21927
-- Made application and instance namespaces more distinct.
2015-06-08 15:12:20 -04:00