summaryrefslogtreecommitdiff
path: root/django/contrib/gis/geometry.py
AgeCommit message (Expand)Author
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2023-12-27Refs #35058 -- Made OGRGeomType aware of additional WKB geometry types.David Smith
2023-08-02Removed unneeded escapes in regexes.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-07Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.Ad Timmering
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2019-10-29Fixed #30899 -- Lazily compiled import time regular expressions.Hasan Ramezani
2017-09-12Moved contrib.gis.geometry.regex to contrib.gis.geometry.Tim Graham