diff options
| author | Tim Graham <timograham@gmail.com> | 2016-12-31 09:33:40 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:52:01 -0500 |
| commit | a0149848f7c068bc8507d3ec6f93cd2b7256098a (patch) | |
| tree | 6af60be50c11400b9bc7d65382dca0de1a53625d /docs | |
| parent | ed251246cc6a22561217f38f7cf96598b22ff0fe (diff) | |
Refs #25665 -- Removed GEOSGeometry.get/set_srid() per deprecation timeline.
Diffstat (limited to 'docs')
| -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 1d46067405..c4e3a90d84 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -324,3 +324,6 @@ these features. * Support for direct assignment to a reverse foreign key or many-to-many relation is removed. + +* The ``get_srid()`` and ``set_srid()`` methods of + ``django.contrib.gis.geos.GEOSGeometry`` are removed. |
