summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db
AgeCommit message (Expand)Author
2008-09-09Fixed #8881 by specifying the geometry column name; added the `geom_col_name`...Justin Bronn
2008-08-26Removed trailing whitespace in a few files.Gary Wilson Jr
2008-08-18GeoDjango users may now use `django.contrib.gis.tests.run_tests` for their `T...Justin Bronn
2008-08-18Fixed `GeoQuery.get_columns()` to be compatible with the changes in r8426.Justin Bronn
2008-08-11Fixed the `gis` test suite, finished conversions missed in r8296. Thanks, ro...Justin Bronn
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
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