[1.7.x] Fixed typo in docs/topics/checks.txt.
Backport of 0f90f741de
from master
This commit is contained in:
parent
994294e0da
commit
0c3a23d2b9
|
@ -151,7 +151,7 @@ Fields, models, and model managers all implement a ``check()`` method that is
|
|||
already registered with the check framework. If you want to add extra checks,
|
||||
you can extend the implementation on the base class, perform any extra
|
||||
checks you need, and append any messages to those generated by the base class.
|
||||
It's recommended the you delegate each check to a separate methods.
|
||||
It's recommended that you delegate each check to separate methods.
|
||||
|
||||
Consider an example where you are implementing a custom field named
|
||||
``RangedIntegerField``. This field adds ``min`` and ``max`` arguments to the
|
||||
|
|
Loading…
Reference in New Issue