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-04-15 04:44:37 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
modeladmin
History
Tim Graham
531a152c65
[2.1.x] Refs
#29428
-- Fixed admin check crash when using a query expression in ModelAdmin.ordering.
...
Backport of ec2c9c353113bb1db6e32ed3f0b6c28bc06ca2eb from master
2018-06-15 10:00:38 -04:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
models.py
Fixed
#14370
-- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin.
2017-09-18 13:48:02 -04:00
test_checks.py
[2.1.x] Refs
#29428
-- Fixed admin check crash when using a query expression in ModelAdmin.ordering.
2018-06-15 10:00:38 -04:00
test_has_add_permission_obj_deprecation.py
Fixed
#29363
-- Added SimpleTestCase.assertWarnsMessage().
2018-05-09 11:40:28 -04:00
tests.py
[2.1.x] Refs
#29419
,
#8936
-- Removed change permission requirement for admin actions.
2018-06-13 14:53:25 -04:00