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

Fixed #25869 -- Added trim and precision properties to WKTWriter.

This commit is contained in:
Sergey Fedoseev
2015-12-05 19:05:52 +05:00
committed by Claude Paroz
parent cd3c042b04
commit c984e2bc15
4 changed files with 108 additions and 3 deletions

View File

@@ -94,6 +94,11 @@ Minor features
* Added support for instantiating empty GEOS geometries.
* The new :attr:`~django.contrib.gis.geos.WKTWriter.trim` and
:attr:`~django.contrib.gis.geos.WKTWriter.precision` properties
of :class:`~django.contrib.gis.geos.WKTWriter` allow controlling
output of the fractional part of the coordinates in WKT.
:mod:`django.contrib.messages`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^