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

Fixed #25950 -- Added support for GEOSisClosed.

This commit is contained in:
Sergey Fedoseev
2015-12-18 15:26:22 +05:00
committed by Tim Graham
parent 64ba7d8252
commit 5d348bba31
8 changed files with 60 additions and 24 deletions

View File

@@ -104,6 +104,11 @@ Minor features
of :class:`~django.contrib.gis.geos.WKTWriter` allow controlling
output of the fractional part of the coordinates in WKT.
* Added the :attr:`LineString.closed
<django.contrib.gis.geos.LineString.closed>` and
:attr:`MultiLineString.closed
<django.contrib.gis.geos.MultiLineString.closed>` properties.
:mod:`django.contrib.messages`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^