Fixed typo in docs/releases/2.2.txt.
This commit is contained in:
parent
a168e5616c
commit
14581553e4
|
@ -450,8 +450,8 @@ Miscellaneous
|
||||||
with migrations. This has been a documented restriction since migrations were
|
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
|
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 errors like ``no such table: <app_label>_<model>``. This was observed
|
||||||
with several third-party apps that had tests models without migrations. You
|
with several third-party apps that had models in tests without migrations.
|
||||||
must add migrations for such models.
|
You must add migrations for such models.
|
||||||
|
|
||||||
.. _deprecated-features-2.2:
|
.. _deprecated-features-2.2:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue