| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
value."
This reverts commit 72f769f494822981db6df9524b92a2d86f8e69fe.
There are several test failures that need to be fixed.
|
|
|
|
Thanks pattypatpat for the report.
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks djbug for the report and Aymeric Augustin and Carl Meyer for the
review.
|
|
templates.
|
|
|
|
|
|
`','`, `'1,,1'`, `',1'` etc. are no longer considered as valid
comma-separated integer lists.
|
|
|
|
|
|
Edited localflavor doc to point to the external package documentation,
leaving just the 'How to migrate' section in Django.
|
|
|
|
|
|
Thanks Pakal and Claude.
|
|
|
|
|
|
|
|
Thanks Carl Meyer for the report and Tim Graham for the review.
|
|
|
|
|
|
|
|
inheritance.
|
|
Earlier versions of GDAL do not allow the srid to be set to 0,
so it should be a required parameter to ensure compatibility.
|
|
- Instantiation of GDALRaster instances from dict or json data.
- Retrieve and write pixel values in GDALBand objects.
- Support for the GDALFlushCache in gdal C prototypes
- Added private flush method to GDALRaster to make sure all
data is written to files when file-based rasters are changed.
- Replaced ``ptr`` with ``_ptr`` for internal ptr variable
Refs #23804. Thanks Claude Paroz and Tim Graham for the reviews.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Max Demars for the suggestion and Tim Graham for the review.
|
|
status_code.
|
|
|
|
during testing.
|
|
|
|
|
|
|
|
Thanks Daniel Wiesmann for spotting the issue.
|
|
|
|
|
|
the same model.
|
|
Changed --noinput option in makemigrations to suppress all user prompts,
not just when combined with --merge.
|