diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-03-01 19:38:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-01 19:38:21 +0100 |
| commit | f69c7bbdceba43789bfba935dd8fa3daaa7f36c4 (patch) | |
| tree | 2b7d33d38832de4631694390630acc48a37fd4d5 /docs | |
| parent | fe65918dca405644047b7dbc295d14535626a83a (diff) | |
Refs #29408 -- Cosmetic edits for validation of related fields and lookups in model Meta.ordering.
Follow up to 440505cb2cadbe1a5b9fba246bcde6c04f51d07e.
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>``. |
