diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index a34d0d6..0f5db96 100644
a
|
b
|
Miscellaneous
|
1226 | 1226 | to the built-in ``postgres`` database. This is in lieu of the previous |
1227 | 1227 | behavior of connecting to the actual non-test database. |
1228 | 1228 | |
| 1229 | * As part of the :doc:`System check framework </ref/checks>`, :ref:`fields, |
| 1230 | models, and model managers <field-checking>` all implement a ``check()`` |
| 1231 | method that is registered with the check framework. If you have an existing |
| 1232 | method called ``check()`` on one of these objects, you will need to rename it. |
| 1233 | |
1229 | 1234 | .. _deprecated-features-1.7: |
1230 | 1235 | |
1231 | 1236 | Features deprecated in 1.7 |