From f9c2fd30beecf34614775c067739da3cff64c243 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Sat, 2 Sep 2017 13:52:01 +0100 Subject: Fixed #28559 -- Removed contrib.gis.gdal.OGRException backwards compatibility alias. --- docs/releases/2.0.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index cb07413c75..423f390433 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -588,6 +588,9 @@ Miscellaneous the relative order of elements in each list `. ``MediaOrderConflictWarning`` is issued if the order can't be preserved. +* ``django.contrib.gis.gdal.OGRException`` is removed. It's been an alias for + ``GDALException`` since Django 1.8. + .. _deprecated-features-2.0: Features deprecated in 2.0 -- cgit v1.3