mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #31014 -- Added FromWKB and FromWKT GIS database functions.
Co-authored-by: Ondřej Böhm <ondrej.bohm@firma.seznam.cz> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
This commit is contained in:
@@ -167,6 +167,11 @@ Minor features
|
||||
:class:`IsEmpty() <django.contrib.gis.db.models.functions.IsEmpty>`
|
||||
expression allow filtering empty geometries on PostGIS.
|
||||
|
||||
* The new :class:`FromWKB() <django.contrib.gis.db.models.functions.FromWKB>`
|
||||
and :class:`FromWKT() <django.contrib.gis.db.models.functions.FromWKT>`
|
||||
functions allow creating geometries from Well-known binary (WKB) and
|
||||
Well-known text (WKT) representations.
|
||||
|
||||
:mod:`django.contrib.messages`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user