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
/
datasource.py
Age
Commit message (
Expand
)
Author
2025-08-21
Fixed #36382 -- Confirmed support for GDAL 3.11.
David Smith
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
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-19
Updated GEOS/GDAL links in docs and comments.
Moritz Duchêne
2021-08-23
Fixed #33030 -- Fixed broken links to GDAL docs.
Märt Häkkinen
2020-11-28
Fixed #32230 -- Made DataSource support pathlib.Path.
Hasan Ramezani
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2017-09-12
Refs #28569 -- Fixed gis_tests.inspectapp.tests.OGRInspectTest.test_time_field.
Sergey Fedoseev
2017-09-04
Improved messages in IndexErrors raised by GDAL objects.
Nick Pope
2017-09-03
Fixed #28558 -- Simplified code to remove OGRIndexError.
Nick Pope
2017-09-02
Simplified index bounds checking in GDAL objects.
Nick Pope
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2016-12-15
Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.
Sergey Fedoseev
2016-11-14
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
2016-06-15
Fixed broken links in docs and comments.
Ville Skyttä
2015-12-08
Fixed #25657 -- Ignored exceptions when destroying geometry objects
Claude Paroz
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-18
Fixed #24014 -- Unified OGRException and GDALException
Claude Paroz
2014-12-13
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
2014-12-02
Added raster support for GDAL Driver class
Claude Paroz
2014-09-12
Fixed #13843 -- Prevented AttributeError during geometry objects deletion
Claude Paroz
2013-11-02
Continue to attack E302 violations
Alex Gaynor
2013-10-17
Remove some unnecesary uses of bool
Alex Gaynor
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2012-10-08
Use smarter string decoding in GeoDjango
Claude Paroz
2012-09-23
[py3] Fixed GEOS/GDAL tests
Claude Paroz
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2009-03-07
Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:
Justin Bronn
2008-10-26
Fixed #9448 -- `Layer` objects now carry a reference to their parent `DataSou...
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn