index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
gis_tests
/
gdal_tests
/
test_ds.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-26
Increased test coverage for django.contrib.gis.gdal.layer.Layer.
Mariusz Felisiak
2020-11-28
Fixed #32230 -- Made DataSource support pathlib.Path.
Hasan Ramezani
2019-02-08
Fixed #30166 -- Dropped support for GDAL 1.11.
Tim Graham
2019-01-31
Fixed #30020 -- Fixed reading nulls with LayerMapping.
Kathryn Killebrew
2018-06-09
Refs #29483 -- Relaxed WGS 84 check regex
Claude Paroz
2017-09-04
Improved messages in IndexErrors raised by GDAL objects.
Nick Pope
2017-09-04
Fixed #28569 -- Corrected get_layer_by_name prototype to skip error checking.
Nick Pope
2017-09-03
Fixed #28558 -- Simplified code to remove OGRIndexError.
Nick Pope
2017-08-15
Fixed #28495 -- Converted GDAL Feature.fields to strings
Claude Paroz
2017-06-07
Fixed #28257 -- Confirmed support for GDAL 2.2
Claude Paroz
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-04
Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.
Tim Graham
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-23
Removed a test workaround for some old GDAL 1.7.x versions.
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-06-20
Added GDAL 2.0 support
Claude Paroz
2015-04-28
Fixed #24714 -- Used more specific assertions than assertEqual in tests.
Alasdair Nicol
2015-04-27
Used assertIsInstance in tests.
Alasdair Nicol
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham