mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #26417 -- Allowed setting GDALBand data with partial values.
This commit is contained in:
committed by
Tim Graham
parent
03b6947728
commit
870dd1d38b
@@ -143,6 +143,10 @@ Minor features
|
||||
primary key of objects in the ``properties`` dictionary if specific fields
|
||||
aren't specified.
|
||||
|
||||
* The ability to replicate input data on the :meth:`GDALBand.data()
|
||||
<django.contrib.gis.gdal.GDALBand.data>` method was added. Band data can
|
||||
now be updated with repeated values efficiently.
|
||||
|
||||
:mod:`django.contrib.messages`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user