mirror of
https://github.com/django/django.git
synced 2025-04-04 21:46:40 +00:00
[1.10.x] Fixed typo in docs/ref/checks.txt.
Backport of 81463ce0a147dbbc8a0c7d2ae0d5ca02cce97984 from master
This commit is contained in:
parent
87595c92f3
commit
43792137e0
@ -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…
x
Reference in New Issue
Block a user