diff options
| author | Nick Pope <nick.pope@flightdataservices.com> | 2017-09-02 13:52:01 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-02 08:52:01 -0400 |
| commit | f9c2fd30beecf34614775c067739da3cff64c243 (patch) | |
| tree | 612aa6b4127272b5f5a400999b15e2d0f6ded669 /docs/releases/2.0.txt | |
| parent | 18dd9ba4812fb85297a6fab19ea2404cd60b8ad0 (diff) | |
Fixed #28559 -- Removed contrib.gis.gdal.OGRException backwards compatibility alias.
Diffstat (limited to 'docs/releases/2.0.txt')
| -rw-r--r-- | docs/releases/2.0.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 <form-media-asset-order>`. ``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 |
