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