summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+4
|
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
|
* Converted GIS lookups to use the new Lookup APIClaude Paroz2014-10-091-38/+19
| | | | | Thanks Tim Graham, Anssi Kääriäinen and Marc Tamlyn for the reviews.
* Continue to attack E302 violationsAlex Gaynor2013-11-021-0/+2
|
* Fixed all the E203 violationsAlex Gaynor2013-10-261-8/+8
|
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-0/+44
Thanks PaulM for the suggestion and Luke Granger-Brown and Wiktor Kołodziej for the initial patch.