Changes between Initial Version and Version 2 of Ticket #37289


Ignore:
Timestamp:
Aug 19, 2026, 8:42:20 AM (65 minutes ago)
Author:
Jacob Walls
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37289

    • Property Triage Stage UnreviewedAccepted
  • Ticket #37289 – Description

    initial v2  
    2424Thanks "garden_" for the informative report.
    2525----
    26 `GDALRaster` defaults the `write` parameter to `False`. Paths are one of the input classes where that parameter is respected instead of overwritten back to `True`. As an implementation hint, I would expect something like:
     26`GDALRaster` defaults the `write` parameter to `0`. Paths are one of the input classes where that parameter is respected instead of overwritten to `1`. As an implementation hint, I would expect something like:
    2727{{{#!diff
    2828diff --git a/django/contrib/gis/gdal/raster/source.py b/django/contrib/gis/gdal/raster/source.py
Back to Top