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
/
django
/
contrib
/
gis
/
gdal
/
prototypes
/
ds.py
Age
Commit message (
Expand
)
Author
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-12-18
Fixed #34411 -- Updated GDAL API to handle vector DataSource's.
Claude Paroz
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-20
Fixed #33453 -- Dropped support for GDAL 2.1.
Mariusz Felisiak
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
2017-09-12
Refs #28569 -- Fixed gis_tests.inspectapp.tests.OGRInspectTest.test_time_field.
Sergey Fedoseev
2017-09-04
Fixed #28569 -- Corrected get_layer_by_name prototype to skip error checking.
Nick Pope
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-06-20
Added GDAL 2.0 support
Claude Paroz
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-02
Added raster support for GDAL Driver class
Claude Paroz
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-10
Whitespace cleanup.
Tim Graham
2012-10-08
Use smarter string decoding in GeoDjango
Claude Paroz
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2009-11-10
Added support for spatially filtering what OGR features are returned in itera...
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn