1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.9.x] Refs #25141 -- Removed note that says that GEOSGeometry.json requires GDAL.

Backport of 0224f1cb04 from master
This commit is contained in:
Sergey Fedoseev
2015-12-23 15:31:28 +05:00
committed by Tim Graham
parent 3bcd42d343
commit 3f04850f82

View File

@@ -335,10 +335,6 @@ Returns the GeoJSON representation of the geometry. Note that the result is not
a complete GeoJSON structure but only the ``geometry`` key content of a
GeoJSON structure. See also :doc:`/ref/contrib/gis/serializers`.
.. note::
Requires GDAL.
.. attribute:: GEOSGeometry.geojson
Alias for :attr:`GEOSGeometry.json`.