diff options
| author | Nick Pope <nick.pope@flightdataservices.com> | 2019-01-19 14:00:24 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-01-23 13:18:03 -0500 |
| commit | 327bbaae24805937ebdb9dc80e2a1b75439d9044 (patch) | |
| tree | 09dbfd8074ec57d752e35ac53c0f40d938303cc8 /docs | |
| parent | 2de7eb6f4d5a20cec98e4d2eefc276ee38d149ad (diff) | |
Refs #30123 -- Changed second arg of DatabaseIntrospection.get_geometry_type() to the row description.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 ------------- |
