summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2021-08-12 01:50:54 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-08-19 10:18:51 +0200
commit7800596924375978df3ca995df4c3466f1cd168e (patch)
treec8832fdc5517ef7a544ecc3fa35981f83bc643be /docs
parent4e8121e8e42a24acc3565851c9ef50ca8322b15c (diff)
Fixed #33014 -- Made ProjectState raise exception when real_apps argument is not a set.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt
index 0fa87b2810..24ce7285e0 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -544,6 +544,10 @@ Miscellaneous
* The undocumented ``TRANSLATOR_COMMENT_MARK`` constant is moved from
``django.template.base`` to ``django.utils.translation.template``.
+* The ``real_apps`` argument of the undocumented
+ ``django.db.migrations.state.ProjectState.__init__()`` method must now be a
+ set if provided.
+
.. _deprecated-features-4.0:
Features deprecated in 4.0