mirror of
https://github.com/Hopiu/django.git
synced 2026-04-06 16:11:00 +00:00
Fixed typo in docs/ref/checks.txt.
This commit is contained in:
parent
4ba206ca63
commit
81463ce0a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue