summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/models/__init__.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-03-29Made isvalid lookup use IsValid function to decrease code redundancy.Sergey Fedoseev
2017-03-27Refs #27736 -- Used decorators for GIS lookup registration.Sergey Fedoseev
2017-01-17Removed GeoManager and GeoQuerySet per deprecation timeline.Tim Graham
2016-10-10Fixed gis_tests.geoapp when run in isolation.Tim Graham
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-19Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann
2015-04-24Removed many HAS_GEOS conditional importsClaude Paroz
2014-12-25Fixed #23866 -- Harmonized refs to Django documentation from codeClaude Paroz
2014-11-19Fixed #23873 -- Improved GIS error message when GEOS is not installed.Carl Meyer
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2009-03-31Forgot to remove import of defunct `GeoMixin`.Justin Bronn
2009-03-30Refactored and cleaned up parts of the spatial database backend. Changes inc...Justin Bronn
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