| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
Also added display of migration to stdout when verbosity=3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
migrating a subclass's name change
Forwardport of test and release note from stable/1.7.x
|
|
|
|
|
|
|
|
|
|
Thanks gbdlin for the initial patch and Tim Graham for the review.
|
|
Thanks Max Demars for the suggestion and Tim Graham for the review.
|
|
admin.
|
|
|
|
|
|
status_code.
|
|
|
|
|
|
|
|
during testing.
|
|
|
|
|
|
|
|
|
|
Python 3 always returns an absolute path.
|
|
Thanks Daniel Wiesmann for spotting the issue.
|
|
|
|
|
|
|
|
|
|
|
|
the same model.
|
|
|
|
ModelAdmin.readonly_fields
This issue was fixed by refs #24464.
|
|
|
|
input by default.
This may cause some backwards compatibility issues, but may also
resolve security issues in third party projects that fail to heed warnings
in our documentation.
Thanks Markus Holtermann for help with tests and docs.
|
|
|
|
|
|
Changed --noinput option in makemigrations to suppress all user prompts,
not just when combined with --merge.
|
|
Added explanation on why build_absolute_uri always enforces the
request's scheme.
|
|
Fixed #24456 -- Update modelforms.txt table of Form/Model refs
|
|
Added links to the Form/Model table to the field reference docs to
point to their individual field references
|