[1.10.x] Fixed typo in docs/ref/checks.txt.

Backport of 81463ce0a1 from master
This commit is contained in:
Nick Pope 2016-10-11 14:36:39 +01:00 committed by Tim Graham
parent 87595c92f3
commit 43792137e0
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ Models
* **models.E021**: ``ordering`` and ``order_with_respect_to`` cannot be used * **models.E021**: ``ordering`` and ``order_with_respect_to`` cannot be used
together. together.
* **models.E022**: ``<function>`` contains a lazy reference to * **models.E022**: ``<function>`` contains a lazy reference to
``<app label>>.<model>``, but app ``<app label>`` isn't installed or ``<app label>.<model>``, but app ``<app label>`` isn't installed or
doesn't provide model ``<model>``. doesn't provide model ``<model>``.
Fields Fields