index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
gis
/
db
/
models
/
__init__.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-03-29
Made isvalid lookup use IsValid function to decrease code redundancy.
Sergey Fedoseev
2017-03-27
Refs #27736 -- Used decorators for GIS lookup registration.
Sergey Fedoseev
2017-01-17
Removed GeoManager and GeoQuerySet per deprecation timeline.
Tim Graham
2016-10-10
Fixed gis_tests.geoapp when run in isolation.
Tim Graham
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-19
Fixed #23804 -- Added RasterField for PostGIS.
Daniel Wiesmann
2015-04-24
Removed many HAS_GEOS conditional imports
Claude Paroz
2014-12-25
Fixed #23866 -- Harmonized refs to Django documentation from code
Claude Paroz
2014-11-19
Fixed #23873 -- Improved GIS error message when GEOS is not installed.
Carl Meyer
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2009-03-31
Forgot to remove import of defunct `GeoMixin`.
Justin Bronn
2009-03-30
Refactored and cleaned up parts of the spatial database backend. Changes inc...
Justin Bronn
2009-01-15
Fixed incomplete merge of geographic aggregates; added support for `Extent` a...
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn