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:
committed by
Tim Graham
parent
64ba7d8252
commit
5d348bba31
@@ -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`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user