From f69c7bbdceba43789bfba935dd8fa3daaa7f36c4 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 1 Mar 2019 19:38:21 +0100 Subject: Refs #29408 -- Cosmetic edits for validation of related fields and lookups in model Meta.ordering. Follow up to 440505cb2cadbe1a5b9fba246bcde6c04f51d07e. --- docs/ref/checks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 ````. * **models.E016**: ``indexes/index_together/unique_together`` refers to field ```` which is not local to model ````. -- cgit v1.3