1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #29770 -- Added LinearRing.is_counterclockwise property.

This commit is contained in:
Sergey Fedoseev
2019-10-17 13:17:42 +05:00
committed by Mariusz Felisiak
parent 24e540fbd7
commit 6bbf9a20e2
8 changed files with 74 additions and 20 deletions

View File

@@ -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`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~