mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25636 -- Dropped support for SpatiaLite < 3.0
This commit is contained in:
committed by
Claude Paroz
parent
b67502fb8d
commit
8ad923b9d0
@@ -297,6 +297,10 @@ Miscellaneous
|
||||
* The ``repr()`` of a ``QuerySet`` is wrapped in ``<QuerySet >`` to
|
||||
disambiguate it from a plain list when debugging.
|
||||
|
||||
:mod:`django.contrib.gis`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
* Support for SpatiaLite < 3.0 is dropped.
|
||||
|
||||
.. _deprecated-features-1.10:
|
||||
|
||||
Features deprecated in 1.10
|
||||
|
||||
Reference in New Issue
Block a user