summaryrefslogtreecommitdiff
path: root/docs/releases/2.1.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-03-16 10:52:04 -0400
committerTim Graham <timograham@gmail.com>2018-03-20 12:10:10 -0400
commit6421bd702fb8205c6b91395d087dc34d179f0c35 (patch)
treef623633cd8408a5925034457e3befbb177939e9c /docs/releases/2.1.txt
parent5fa4f40f45fcdbb7e48489ed3039a314b5c961d0 (diff)
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than NullBooleanField.
Diffstat (limited to 'docs/releases/2.1.txt')
-rw-r--r--docs/releases/2.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt
index ec2a3266a1..439dc275ce 100644
--- a/docs/releases/2.1.txt
+++ b/docs/releases/2.1.txt
@@ -285,6 +285,9 @@ Database backend API
* ``DatabaseOperations.distinct_sql()`` now requires an additional ``params``
argument and returns a tuple of SQL and parameters instead of a SQL string.
+* ``DatabaseFeatures.introspected_boolean_field_type`` is changed from a method
+ to a property.
+
:mod:`django.contrib.gis`
-------------------------