From 14581553e4ce9918aeb427fee7e5d7b6681e4e85 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 29 Jan 2019 15:10:30 +0100 Subject: [PATCH] Fixed typo in docs/releases/2.2.txt. --- docs/releases/2.2.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 941e0f5421..291f62b560 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -450,8 +450,8 @@ Miscellaneous with migrations. This has been a documented restriction since migrations were added in Django 1.7, but it fails more reliably now. You'll see tests failing with errors like ``no such table: _``. This was observed - with several third-party apps that had tests models without migrations. You - must add migrations for such models. + with several third-party apps that had models in tests without migrations. + You must add migrations for such models. .. _deprecated-features-2.2: