summaryrefslogtreecommitdiff
path: root/django/contrib/gis/gdal/geomtype.py
AgeCommit message (Expand)Author
2023-12-27Refs #35058 -- Made OGRGeomType aware of additional WKB geometry types.David Smith
2023-12-26Refs #35058 -- Added __repr__() to OGRGeomType.David Smith
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-01-02Used 4 space hanging indent for dictionaries.Tim Graham
2018-09-25Normalized spelling of "lowercase" and "lowercased".Jon Dufresne
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed obsolete __ne__() methods.Aymeric Augustin
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-06-21Fixed #26750 -- Fixed introspection for geography point field with dim=3Claude Paroz
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-05-06Fixed #24207 -- Added 25D-type geometry field support to ogrinspectClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-18Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-08-29Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2009-11-14`OGRGeomType` now recognizes 2.5D types, and removes need for unnecessary wor...Justin Bronn
2009-03-07Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn