Fixed typo in docs/ref/checks.txt.

This commit is contained in:
Nick Pope 2016-10-11 14:36:39 +01:00 committed by Tim Graham
parent 4ba206ca63
commit 81463ce0a1
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
together.
* **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>``.
Fields