1
0
mirror of https://github.com/django/django.git synced 2025-04-10 08:19:39 +00:00

[2.2.x] Fixed typo in docs/releases/2.2.txt.

Backport of 14581553e4ce9918aeb427fee7e5d7b6681e4e85 from master
This commit is contained in:
Daniel Hahler 2019-01-29 15:10:30 +01:00 committed by Tim Graham
parent caaa01142d
commit 2789cc633f

View File

@ -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: