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