diff options
| author | Tim Graham <timograham@gmail.com> | 2018-03-16 10:52:04 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-03-20 12:10:10 -0400 |
| commit | 6421bd702fb8205c6b91395d087dc34d179f0c35 (patch) | |
| tree | f623633cd8408a5925034457e3befbb177939e9c /docs/releases/2.1.txt | |
| parent | 5fa4f40f45fcdbb7e48489ed3039a314b5c961d0 (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.txt | 3 |
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` ------------------------- |
