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
/
geomtype.py
Age
Commit message (
Expand
)
Author
2023-12-27
Refs #35058 -- Made OGRGeomType aware of additional WKB geometry types.
David Smith
2023-12-26
Refs #35058 -- Added __repr__() to OGRGeomType.
David Smith
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-09-25
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2016-06-21
Fixed #26750 -- Fixed introspection for geography point field with dim=3
Claude Paroz
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-06
Fixed #24207 -- Added 25D-type geometry field support to ogrinspect
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-18
Fixed #24014 -- Unified OGRException and GDALException
Claude Paroz
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-08-29
Fixed #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-07
Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn