summaryrefslogtreecommitdiff
path: root/django/contrib/gis/utils/ogrinfo.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2015-12-12Fixed #25926 -- Removed gis.utils.ogrinfo.sample backwards compatibility alias.Sergey Fedoseev
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-26Fixed up some more flake8 violations (this particular violation still has man...Alex Gaynor
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2008-08-05Merged the gis branch into trunk.Justin Bronn