From 8905fcbda6854b5b7fdd8a1ee3277f8f1039e114 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sun, 27 Apr 2014 14:17:37 -0400 Subject: [PATCH] Fixed #22526 -- Added note about check() method to 1.7 release notes. Thanks kevin-brown for the report. --- docs/releases/1.7.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index a34d0d6fe9..0f5db96300 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -1226,6 +1226,11 @@ Miscellaneous to the built-in ``postgres`` database. This is in lieu of the previous behavior of connecting to the actual non-test database. +* As part of the :doc:`System check framework `, :ref:`fields, + models, and model managers ` all implement a ``check()`` + method that is registered with the check framework. If you have an existing + method called ``check()`` on one of these objects, you will need to rename it. + .. _deprecated-features-1.7: Features deprecated in 1.7