Changes between Initial Version and Version 2 of Ticket #37289
- Timestamp:
- Aug 19, 2026, 8:42:20 AM (65 minutes ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37289
- Property Triage Stage Unreviewed → Accepted
-
Ticket #37289 – Description
initial v2 24 24 Thanks "garden_" for the informative report. 25 25 ---- 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: 27 27 {{{#!diff 28 28 diff --git a/django/contrib/gis/gdal/raster/source.py b/django/contrib/gis/gdal/raster/source.py