mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Removed versionadded/changed annotations for 1.11.
This commit is contained in:
parent
2bd207ada0
commit
5446b72003
53 changed files with 0 additions and 489 deletions
|
@ -46,11 +46,6 @@ field as an :class:`~django.contrib.gis.measure.Area` measure.
|
|||
MySQL and SpatiaLite without LWGEOM don't support area calculations on
|
||||
geographic SRSes.
|
||||
|
||||
.. versionchanged:: 1.11
|
||||
|
||||
In older versions, a raw value was returned on MySQL when used on
|
||||
projected SRS.
|
||||
|
||||
``AsGeoJSON``
|
||||
=============
|
||||
|
||||
|
@ -118,10 +113,6 @@ Keyword Argument Description
|
|||
|
||||
__ https://en.wikipedia.org/wiki/Geography_Markup_Language
|
||||
|
||||
.. versionchanged:: 1.11
|
||||
|
||||
Oracle support was added.
|
||||
|
||||
``AsKML``
|
||||
=========
|
||||
|
||||
|
@ -201,10 +192,6 @@ polygon that can fully contain the geometry.
|
|||
|
||||
The ``num_seg`` parameter is used only on PostGIS.
|
||||
|
||||
.. versionchanged:: 1.11
|
||||
|
||||
Oracle support was added.
|
||||
|
||||
``Centroid``
|
||||
============
|
||||
|
||||
|
@ -273,11 +260,6 @@ queryset is calculated::
|
|||
in kilometers. See :doc:`measure` for usage details and the list of
|
||||
:ref:`supported_units`.
|
||||
|
||||
.. versionchanged:: 1.11
|
||||
|
||||
In older versions, a raw value was returned on MySQL when used on
|
||||
projected SRS.
|
||||
|
||||
``Envelope``
|
||||
============
|
||||
|
||||
|
@ -342,10 +324,6 @@ intersection between them.
|
|||
Accepts a geographic field or expression and tests if the value is well formed.
|
||||
Returns ``True`` if its value is a valid geometry and ``False`` otherwise.
|
||||
|
||||
.. versionchanged:: 1.11
|
||||
|
||||
SpatiaLite and Oracle support was added.
|
||||
|
||||
.. versionchanged:: 2.0
|
||||
|
||||
MySQL support was added.
|
||||
|
@ -369,10 +347,6 @@ resource-intensive) with the ``spheroid`` keyword argument.
|
|||
|
||||
MySQL doesn't support length calculations on geographic SRSes.
|
||||
|
||||
.. versionchanged:: 1.11
|
||||
|
||||
In older versions, a raw value was returned on MySQL.
|
||||
|
||||
``LineLocatePoint``
|
||||
===================
|
||||
|
||||
|
@ -399,10 +373,6 @@ a valid geometry without losing any of the input vertices. Geometries that are
|
|||
already valid are returned without changes. Simple polygons might become a
|
||||
multipolygon and the result might be of lower dimension than the input.
|
||||
|
||||
.. versionchanged:: 1.11
|
||||
|
||||
SpatiaLite support was added.
|
||||
|
||||
``MemSize``
|
||||
===========
|
||||
|
||||
|
@ -440,10 +410,6 @@ in a geometry.
|
|||
|
||||
On MySQL, returns ``None`` for any non-``LINESTRING`` geometry.
|
||||
|
||||
.. versionchanged:: 1.11
|
||||
|
||||
SpatiaLite support for non-``LINESTRING`` geometries was added.
|
||||
|
||||
``Perimeter``
|
||||
=============
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue