From 43792137e0da79d60144a1195db8bb4bb6134a85 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Tue, 11 Oct 2016 14:36:39 +0100 Subject: [PATCH] [1.10.x] Fixed typo in docs/ref/checks.txt. Backport of 81463ce0a147dbbc8a0c7d2ae0d5ca02cce97984 from master --- 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 a833d50fc27..36ffe165791 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