diff options
| author | Malcolm Box <malcolm@tellybug.com> | 2015-09-10 14:05:31 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-11 09:28:34 -0400 |
| commit | 1d8eb0cae57731b481a88dca272b2cb0d645bd8e (patch) | |
| tree | 787e129c1fde9c1ea330a9779f2cc746dfb46017 /docs | |
| parent | cf99bae53af2ed8f73622bc8a8ed0331c272fda3 (diff) | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 3d256ae29d..463ef62688 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -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 |
