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
/
fields
Age
Commit message (
Expand
)
Author
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-16
Fixed #12385: Made built-in field type descriptions in admindocs translatable...
Karen Tracey
2009-12-12
Fixed #7977: Fixed admindocs to use docstrings instead of a static array to l...
Karen Tracey
2009-04-10
Refactored `get_srid_info` to use the ORM (now possible since it's no longer ...
Justin Bronn
2009-04-10
Added an SRID_CACHE to GeoDjango db/models/fields/__init__.py so that we only...
Adrian Holovaty
2009-04-10
Fixed typo in GeoDjango deprecation error message
Adrian Holovaty
2009-04-10
Changed GeoDjango GeometryField to lazily load units, units_name and _spheroid
Adrian Holovaty
2009-03-30
Refactored and cleaned up parts of the spatial database backend. Changes inc...
Justin Bronn
2008-08-26
Removed trailing whitespace in a few files.
Gary Wilson Jr
2008-08-11
Refs #7742 -- Removed oldforms bits from `contrib.gis` app.
Gary Wilson Jr
2008-08-06
gis: The `verbose_name` positional keyword now works for `GeometryField`, tha...
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn