summaryrefslogtreecommitdiff
path: root/django/contrib/gis/geos/__init__.py
AgeCommit message (Expand)Author
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-08-02Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end.Tim Graham
2017-05-04Removed obsolete HAS_GEOS variable for test skipping.Tim Graham
2015-12-03Refs #25655 -- Made HAS_GEOS depend on a minimum version.Claude Paroz
2015-08-18Fixed #25225 -- Simplified code to remove GEOSIndexErrorTim Graham
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-05-06Fixed #24750 -- Updated two contrib.gis comment linksTim Graham
2015-04-24Removed many HAS_GEOS conditional importsClaude Paroz
2013-12-24Dropped support for GEOS < 3.1Claude Paroz
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-10Whitespace cleanup.Tim Graham
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2009-03-24Refactored the GEOS interface. Improvements include:Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn