1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #25662 -- Allowed creation of empty GEOS geometries.

This commit is contained in:
Sergey Fedoseev
2015-11-24 14:21:32 +05:00
committed by Tim Graham
parent 8035cee922
commit 5146e2cf98
11 changed files with 140 additions and 49 deletions

View File

@@ -92,6 +92,8 @@ Minor features
:class:`~django.contrib.gis.db.models.functions.SymDifference`
functions on MySQL.
* Added support for instantiating empty GEOS geometries.
:mod:`django.contrib.messages`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^