diff options
Diffstat (limited to 'docs')
| -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 0b9fd39eb9..2e00de454b 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -277,7 +277,7 @@ Models supported for that option. * **models.E014**: ``ordering`` must be a tuple or list (even if you want to order by only one field). -* **models.E015**: ``ordering`` refers to the nonexistent field, related field +* **models.E015**: ``ordering`` refers to the nonexistent field, related field, or lookup ``<field name>``. * **models.E016**: ``indexes/index_together/unique_together`` refers to field ``<field_name>`` which is not local to model ``<model>``. |
