From 7800596924375978df3ca995df4c3466f1cd168e Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Thu, 12 Aug 2021 01:50:54 -0400 Subject: Fixed #33014 -- Made ProjectState raise exception when real_apps argument is not a set. --- docs/releases/4.0.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 -- cgit v1.3