summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/spatialite/adapter.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2013-11-02Continue to attack E302 violationsAlex Gaynor
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee