summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/models/sql/__init__.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-04-07Removed more GeoQuerySet leftovers.Sergey Fedoseev
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2014-09-22Fixed Oracle GIS gml() test failure introduced by e910340; refs #18757.Marc Tamlyn
2014-05-24Removed GeoWhereNode, obsoleted by GISLookupClaude Paroz
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2009-01-15Fixed incomplete merge of geographic aggregates; added support for `Extent` a...Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn