From 1d8eb0cae57731b481a88dca272b2cb0d645bd8e Mon Sep 17 00:00:00 2001 From: Malcolm Box Date: Thu, 10 Sep 2015 14:05:31 +0100 Subject: 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. --- docs/releases/1.9.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 -- cgit v1.3