1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #25655 -- Dropped support for GEOS < 3.3

This commit is contained in:
Sergey Fedoseev
2015-11-01 01:28:46 +05:00
committed by Claude Paroz
parent 06627ef2ca
commit b78226cd3d
10 changed files with 18 additions and 83 deletions

View File

@@ -299,7 +299,7 @@ Miscellaneous
:mod:`django.contrib.gis`
~~~~~~~~~~~~~~~~~~~~~~~~~
* Support for SpatiaLite < 3.0 is dropped.
* Support for SpatiaLite < 3.0 and GEOS < 3.3 is dropped.
.. _deprecated-features-1.10: