summaryrefslogtreecommitdiff
path: root/django/contrib/gis/geos/prototypes/prepared.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-08-29Simplified contrib.gis.geos.prototypes by replacing c_char with c_byte.Sergey Fedoseev
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-11-01Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev
2015-04-24Lazy loading of GEOS functionsClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-12-24Added more spatial predicates for prepared geometriesClaude Paroz
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2010-01-12Fixed #10923 -- The GEOS bindings now use the thread-safe API, when applicabl...Justin Bronn
2009-03-24Refactored the GEOS interface. Improvements include:Justin Bronn