From 327bbaae24805937ebdb9dc80e2a1b75439d9044 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Sat, 19 Jan 2019 14:00:24 +0000 Subject: Refs #30123 -- Changed second arg of DatabaseIntrospection.get_geometry_type() to the row description. --- docs/releases/3.0.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index a76f174208..d7643cf3b6 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -208,7 +208,8 @@ Database backend API This section describes changes that may be needed in third-party database backends. -* ... +* The second argument of ``DatabaseIntrospection.get_geometry_type()`` is now + the row description instead of the column name. Miscellaneous ------------- -- cgit v1.3