summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/base/adapter.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-10-27Made OracleSpatialAdapter clone geometries rather than mutate them.Tim Graham
2017-09-28Simplified various __eq__() methods.Mads Jensen
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2015-04-16Fixed #24615 -- ordering by expression not part of SELECTAnssi Kääriäinen
2015-04-09Removed unused methods in GIS adapter.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham