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

Refs #31014 -- Added srid argument to FromWKB/FromWKT() GIS functions.

This commit is contained in:
Claude Paroz
2024-03-10 20:12:30 +01:00
committed by Mariusz Felisiak
parent 7646b9023d
commit 10b31eea33
4 changed files with 50 additions and 16 deletions

View File

@@ -101,6 +101,11 @@ Minor features
* :attr:`.OGRGeometry.centroid` is now available on all supported geometry
types.
* :class:`FromWKB() <django.contrib.gis.db.models.functions.FromWKB>` and
:class:`FromWKT() <django.contrib.gis.db.models.functions.FromWKT>` functions
now support the optional ``srid`` argument (except for Oracle where it is
ignored).
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~