summaryrefslogtreecommitdiff
path: root/django/contrib/gis/geos/prototypes/predicates.py
AgeCommit message (Expand)Author
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2025-02-03Refs #36036 -- Added support for GEOSHasM.Andrew Harris
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-08-05Fixed #34739 -- Added GEOSGeometry.equals_identical() method.Olivier Tabone
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-22Fixed #25950 -- Added support for GEOSisClosed.Sergey Fedoseev
2015-11-20Fixed #25722 -- Added the GEOSGeometry.covers() method.Sergey Fedoseev
2015-04-24Lazy loading of GEOS functionsClaude Paroz
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
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
2008-08-05Merged the gis branch into trunk.Justin Bronn