mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #23804 -- Added RasterField for PostGIS.
Thanks to Tim Graham and Claude Paroz for the reviews and patches.
This commit is contained in:
committed by
Tim Graham
parent
d3d66d4722
commit
b769bbd4f6
@@ -168,6 +168,11 @@ Minor features
|
||||
Setters for raster properties such as projection or pixel values have
|
||||
been added.
|
||||
|
||||
* For PostGIS users, the new :class:`~django.contrib.gis.db.models.RasterField`
|
||||
allows :ref:`storing GDALRaster objects <creating-and-saving-raster-models>`.
|
||||
It supports automatic spatial index creation and reprojection when saving a
|
||||
model. It does not yet support spatial querying.
|
||||
|
||||
:mod:`django.contrib.messages`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user