mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #28559 -- Removed contrib.gis.gdal.OGRException backwards compatibility alias.
This commit is contained in:
parent
18dd9ba481
commit
f9c2fd30be
3 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue