mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Removed versionadded/changed annotations for 3.1.
This commit is contained in:
parent
8774b1144c
commit
b7dd89ed53
45 changed files with 0 additions and 392 deletions
|
@ -83,10 +83,6 @@ Keyword Argument Description
|
|||
Oracle.
|
||||
===================== =====================================================
|
||||
|
||||
.. versionchanged:: 3.1
|
||||
|
||||
Oracle support was added.
|
||||
|
||||
``AsGML``
|
||||
=========
|
||||
|
||||
|
@ -144,10 +140,6 @@ Keyword Argument Description
|
|||
|
||||
__ https://developers.google.com/kml/documentation/
|
||||
|
||||
.. versionchanged:: 3.1
|
||||
|
||||
The undocumented ``version`` parameter was removed.
|
||||
|
||||
``AsSVG``
|
||||
=========
|
||||
|
||||
|
@ -177,8 +169,6 @@ __ https://www.w3.org/Graphics/SVG/
|
|||
|
||||
.. class:: AsWKB(expression, **extra)
|
||||
|
||||
.. versionadded:: 3.1
|
||||
|
||||
*Availability*: MariaDB, `MySQL
|
||||
<https://dev.mysql.com/doc/refman/en/gis-format-conversion-functions.html#function_st-asbinary>`__,
|
||||
Oracle, `PostGIS <https://postgis.net/docs/ST_AsBinary.html>`__, SpatiaLite
|
||||
|
@ -198,8 +188,6 @@ __ https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry#Well
|
|||
|
||||
.. class:: AsWKT(expression, **extra)
|
||||
|
||||
.. versionadded:: 3.1
|
||||
|
||||
*Availability*: MariaDB, `MySQL
|
||||
<https://dev.mysql.com/doc/refman/en/gis-format-conversion-functions.html#function_st-astext>`__,
|
||||
Oracle, `PostGIS <https://postgis.net/docs/ST_AsText.html>`__, SpatiaLite
|
||||
|
|
|
@ -439,10 +439,6 @@ PostGIS SQL equivalent:
|
|||
SELECT ... WHERE ST_Relate(poly, ST_Polygon(rast, 1), 'T*T***FF*')
|
||||
SELECT ... WHERE ST_Relate(ST_Polygon(rast, 2), ST_Polygon(rast, 1), 'T*T***FF*')
|
||||
|
||||
.. versionchanged:: 3.1
|
||||
|
||||
MariaDB support was added.
|
||||
|
||||
Oracle
|
||||
~~~~~~
|
||||
|
||||
|
|
|
@ -729,8 +729,6 @@ Other Properties & Methods
|
|||
|
||||
.. attribute:: is_counterclockwise
|
||||
|
||||
.. versionadded:: 3.1
|
||||
|
||||
Returns whether this ``LinearRing`` is counterclockwise.
|
||||
|
||||
``Polygon``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue