summaryrefslogtreecommitdiff
path: root/django/contrib/gis/gdal/layer.py
AgeCommit message (Expand)Author
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-08-23Fixed #33030 -- Fixed broken links to GDAL docs.Märt Häkkinen
2019-02-06Refs #27753 -- Favored force/smart_str() over force/smart_text().Aymeric Augustin
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-09-03Fixed #28558 -- Simplified code to remove OGRIndexError.Nick Pope
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-06-15Fixed broken links in docs and comments.Ville Skyttä
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-18Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz
2014-12-13Fixed #23812 -- Changed django.utils.six.moves.xrange imports to rangeMichael Hall
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2012-10-08Use smarter string decoding in GeoDjangoClaude Paroz
2012-10-07Fixed #18640 -- Allowed access to GDAL Feature without DatasourceClaude Paroz
2012-09-23[py3] Fixed GEOS/GDAL testsClaude Paroz
2012-07-22[py3] Added Python 3 compatibility for xrange.Aymeric Augustin
2012-07-22[py3] Removed longs.Aymeric Augustin
2009-11-10Added support for spatially filtering what OGR features are returned in itera...Justin Bronn
2009-03-07Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:Justin Bronn
2008-10-26Fixed #9448 -- `Layer` objects now carry a reference to their parent `DataSou...Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn