summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/utils.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2014-10-09Converted GIS lookups to use the new Lookup APIClaude Paroz
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham