mirror of https://github.com/django/django.git
Fixed typo in docs/ref/checks.txt.
This commit is contained in:
parent
4ba206ca63
commit
81463ce0a1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue