From 81463ce0a147dbbc8a0c7d2ae0d5ca02cce97984 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Tue, 11 Oct 2016 14:36:39 +0100 Subject: [PATCH] Fixed typo in docs/ref/checks.txt. --- docs/ref/checks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index a38cd1ec3d..f71a1882be 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**: ```` contains a lazy reference to - ``>.``, but app ```` isn't installed or + ``.``, but app ```` isn't installed or doesn't provide model ````. Fields