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