diff options
| author | Nick Pope <nick.pope@flightdataservices.com> | 2016-10-11 14:36:39 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-10-11 10:33:07 -0400 |
| commit | 43792137e0da79d60144a1195db8bb4bb6134a85 (patch) | |
| tree | 87bdc84a95cdafb62d44b22e80030715710d5a99 /docs/ref | |
| parent | 87595c92f31fd91ed0c17fe2933ab0b5b62dc4c1 (diff) | |
[1.10.x] Fixed typo in docs/ref/checks.txt.
Backport of 81463ce0a147dbbc8a0c7d2ae0d5ca02cce97984 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/checks.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index a833d50fc2..36ffe16579 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -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 |
