diff options
| author | Tim Graham <timograham@gmail.com> | 2014-04-27 14:17:37 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-27 14:20:51 -0400 |
| commit | 529ae6087c8e68587689de646960235e95c26cf0 (patch) | |
| tree | d00ee08ba428eaac0ac109aa23d633a248a5fedc /docs | |
| parent | a5cc99de24be3e5ea4dfa287af678b86598b7915 (diff) | |
[1.7.x] Fixed #22526 -- Added note about check() method to 1.7 release notes.
Thanks kevin-brown for the report.
Backport of 8905fcbda6 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index b620c1134b..b86dfd670c 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/checks>`, :ref:`fields, + models, and model managers <field-checking>` 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 |
