summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backend
AgeCommit message (Expand)Author
2011-04-03Fixed #15747 -- Removed deprecated contrib.gis.db.backend module. Thanks to j...Russell Keith-Magee
2010-05-05Removed duplicated code from `django.contrib.gis.db.backend` and added a depr...Justin Bronn
2010-05-04Fixed #13315, #13430 -- Recreated `django.contrib.gis.db.backend` module with...Justin Bronn
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-02Refs #11109 -- Touched some whitespace so Trac will display some files correc...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-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey
2009-04-24Fixed #10888 -- May now insert NULL `GeometryField` values on Oracle.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-11Upgraded SpatiaLite default initialization SQL file name for 2.3 release.Justin Bronn
2009-04-10Refactored `get_srid_info` to use the ORM (now possible since it's no longer ...Justin Bronn
2009-04-08Now take advantage of new argument accepted by `AddGeometryColumn` in SpatiaL...Justin Bronn
2009-04-07Now support SVG output in SpatiaLite; added tests for SVG output.Justin Bronn
2009-04-02Fixed #9745 -- Added the `GeoQuerySet` methods `snap_to_grid` and `geojson`.Justin Bronn
2009-03-30Fixed #9686 -- SpatiaLite is now a supported spatial database backend. Thank...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
2009-01-15Forgot to actually enable the extent aggregate for Oracle.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-10-28Fixed `MySQLGeoField` to create spatial indexes again.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-06gis: The `verbose_name` positional keyword now works for `GeometryField`, tha...Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn