summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <github@thequod.de>2019-01-29 15:10:30 +0100
committerTim Graham <timograham@gmail.com>2019-01-29 09:10:30 -0500
commit14581553e4ce9918aeb427fee7e5d7b6681e4e85 (patch)
treeb80047e5ed957d64b14336a392babed26e700471
parenta168e5616c85dfd658f20ffbb69a3872c2029dd3 (diff)
Fixed typo in docs/releases/2.2.txt.
-rw-r--r--docs/releases/2.2.txt4
1 files 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: <app_label>_<model>``. 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: