diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/geos.txt | 6 | ||||
| -rw-r--r-- | docs/releases/3.1.txt | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index fda1b5cc3d..536c42f74e 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -730,6 +730,12 @@ Other Properties & Methods Notice that ``(0, 0)`` is the first and last coordinate -- if they were not equal, an error would be raised. + .. attribute:: is_counterclockwise + + .. versionadded:: 3.1 + + Returns whether this ``LinearRing`` is counterclockwise. + ``Polygon`` ----------- diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index 70297b5311..0a08ce3cdf 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -61,6 +61,8 @@ Minor features * :lookup:`relate` lookup is now supported on MariaDB. +* Added the :attr:`.LinearRing.is_counterclockwise` property. + :mod:`django.contrib.messages` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
