mirror of https://github.com/django/django.git
[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
This commit is contained in:
parent
a5cc99de24
commit
529ae6087c
|
@ -1226,6 +1226,11 @@ Miscellaneous
|
||||||
to the built-in ``postgres`` database. This is in lieu of the previous
|
to the built-in ``postgres`` database. This is in lieu of the previous
|
||||||
behavior of connecting to the actual non-test database.
|
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:
|
.. _deprecated-features-1.7:
|
||||||
|
|
||||||
Features deprecated in 1.7
|
Features deprecated in 1.7
|
||||||
|
|
Loading…
Reference in New Issue