From 0ef997966955223086fa83df96169aa80dec48a4 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Sat, 19 Jan 2019 13:35:51 +0000 Subject: Fixed #30123 -- Removed tuple support in DatabaseIntrospection.get_field_type(). Support for returning tuples was undocumented and error prone. --- docs/releases/3.0.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 ------------- -- cgit v1.3