summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backend/postgis
AgeCommit message (Expand)Author
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-11-16Fixed #11433 -- 3D geometry fields are now supported with PostGIS; EWKB is no...Justin Bronn
2009-11-08Fixed #12111 -- now use PostgreSQL escape string syntax when quoting WKB to p...Justin Bronn
2009-04-19Fixed #10364 -- Correctly identify test spatial database creation errors to t...Justin Bronn
2009-04-16Fixed #9620 -- `GeometryColumns` and `SpatialRefSys` models now play nice wit...Justin Bronn
2009-04-12Added experimental support for a POSTGIS_VERSION setting for GeoDjango. If se...Adrian Holovaty
2009-04-02Fixed #9745 -- Added the `GeoQuerySet` methods `snap_to_grid` and `geojson`.Justin Bronn
2009-03-30Refactored and cleaned up parts of the spatial database backend. Changes inc...Justin Bronn
2009-03-11Fixed the django.contrib.gis test database creation as well.Malcolm Tredinnick
2009-03-09Pass values through get_db_prep_save() in a QuerySet.update() call.Malcolm Tredinnick
2009-03-06Fixed #10397 -- made GIS test runner compatible with changes in r9756.Justin Bronn
2009-02-01Fixed #9858 -- Added ability to use PostGIS template with GIS test runner via...Justin Bronn
2009-02-01Now use `subprocess.Popen` instead of the deprecated os.popen3 to issue PostG...Justin Bronn
2008-11-17Reverted r9480 -- the patch broke the Oracle spatial backend.Justin Bronn
2008-11-17Fixed #9620 -- spatial database tables now have `app_label` set correctly.Justin Bronn
2008-09-09Fixed #8881 by specifying the geometry column name; added the `geom_col_name`...Justin Bronn
2008-08-18GeoDjango users may now use `django.contrib.gis.tests.run_tests` for their `T...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-05Merged the gis branch into trunk.Justin Bronn