mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #25374 -- Made ModelAdmin checks work on instances instead of classes.
This allows dynamically-generated attributes to be specified in checked ModelAdmin attributes without triggering errors.
This commit is contained in:
parent
cf99bae53a
commit
1d8eb0cae5
8 changed files with 348 additions and 343 deletions
|
@ -1064,6 +1064,9 @@ Miscellaneous
|
|||
* By default :class:`~django.test.LiveServerTestCase` attempts to find an
|
||||
available port in the 8081-8179 range instead of just trying port 8081.
|
||||
|
||||
* The system checks for :class:`~django.contrib.admin.ModelAdmin` now check
|
||||
instances rather than classes.
|
||||
|
||||
.. _deprecated-features-1.9:
|
||||
|
||||
Features deprecated in 1.9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue