summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Pope <nick.pope@flightdataservices.com>2019-01-19 13:35:51 +0000
committerTim Graham <timograham@gmail.com>2019-01-23 13:18:03 -0500
commit0ef997966955223086fa83df96169aa80dec48a4 (patch)
treedf8c7cf142da7e1f1ab65f930027d461401e2272 /docs
parent8d01edfa65859d2ad5f91ad74745862d0eb91eb0 (diff)
Fixed #30123 -- Removed tuple support in DatabaseIntrospection.get_field_type().
Support for returning tuples was undocumented and error prone.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt
index d7643cf3b6..3c75c14d88 100644
--- a/docs/releases/3.0.txt
+++ b/docs/releases/3.0.txt
@@ -211,6 +211,8 @@ backends.
* The second argument of ``DatabaseIntrospection.get_geometry_type()`` is now
the row description instead of the column name.
+* ``DatabaseIntrospection.get_field_type()`` may no longer return tuples.
+
Miscellaneous
-------------