mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone.
This commit is contained in:
committed by
Mariusz Felisiak
parent
d27e6b233f
commit
76af861356
@@ -139,6 +139,9 @@ Minor features
|
||||
* The new :meth:`.GEOSGeometry.make_valid()` method allows converting invalid
|
||||
geometries to valid ones.
|
||||
|
||||
* The new ``clone`` argument for :meth:`.GEOSGeometry.normalize` allows
|
||||
creating a normalized clone of the geometry.
|
||||
|
||||
:mod:`django.contrib.messages`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user