| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Thanks Pascal Chambon for the initial patch.
|
|
|
|
|
|
|
|
|
|
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.
|
|
Fixed create_default_site() to use a default value in case
settings.SITE_ID isn't set; refs #23945.
|
|
|
|
|
|
too long.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Prefix was treated as a part of the url pattern, which it is not.
Improved tests to conform with RFC 3986 which allows certain
characters in path segments without being escaped.
|
|
|
|
during testing.
|
|
Propagated unnamed arguments as positional arguments into included
URLconfs if no named arguments are defined. Positional and keyword
arguments are never combined.
|
|
|
|
exceptions.
|
|
The JavaScript may be required when using ModelAdmin.get_actions() or
get_prepopulated_fields(). Always including them is the easiest solution.
|
|
|
|
setup.py adds these spaces when distributing.
|
|
|