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:53 -0500
commit2789cc633f9fc7fb7f92bf29346dcdf66ea900d5 (patch)
treed852d1a9c3abdde0be4835a52ceb014410e9064b
parentcaaa01142d349c42f9f72bac8af83023b0b84d3f (diff)
[2.2.x] Fixed typo in docs/releases/2.2.txt.
Backport of 14581553e4ce9918aeb427fee7e5d7b6681e4e85 from master
-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: