1
0
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:
Marcelo Galigniana
2022-05-13 22:51:12 -03:00
committed by Mariusz Felisiak
parent d27e6b233f
commit 76af861356
4 changed files with 32 additions and 9 deletions

View File

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