|
@@ -446,6 +446,13 @@ Miscellaneous
|
|
|
:class:`~django.db.models.Variance` aggregate functions now return a
|
|
|
``Decimal`` instead of a ``float`` when the input is ``Decimal``.
|
|
|
|
|
|
+* Tests will fail on SQLite if apps without migrations have relations to apps
|
|
|
+ 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.
|
|
|
+
|
|
|
.. _deprecated-features-2.2:
|
|
|
|
|
|
Features deprecated in 2.2
|