From a92cc84b4a206d18a5f1a0eaa47f19add40ff99b Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Mon, 30 Mar 2020 21:16:33 -0500 Subject: Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(null=True). --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 76b379ef5a..8d3cc62d90 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -75,6 +75,9 @@ details on these changes. * Support for passing raw column aliases to ``QuerySet.order_by()`` will be removed. +* The model ``NullBooleanField`` will be removed. A stub field will remain for + compatibility with historical migrations. + See the :ref:`Django 3.1 release notes ` for more details on these changes. -- cgit v1.3