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:
committed by
Mariusz Felisiak
parent
7646b9023d
commit
10b31eea33
@@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user