summaryrefslogtreecommitdiff
path: root/django/contrib/gis/geos/factory.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
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
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-05-28Fixed #22714 -- Made contrib.gis use six-provided memoryview typeClaude Paroz
2012-09-23[py3] Fixed GEOS/GDAL testsClaude Paroz
2012-09-23[py3] Added buffer/memoryview compatibilityClaude Paroz
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2009-03-24Refactored the GEOS interface. Improvements include:Justin Bronn