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
/
backend
Age
Commit message (
Expand
)
Author
2011-04-03
Fixed #15747 -- Removed deprecated contrib.gis.db.backend module. Thanks to j...
Russell Keith-Magee
2010-05-05
Removed duplicated code from `django.contrib.gis.db.backend` and added a depr...
Justin Bronn
2010-05-04
Fixed #13315, #13430 -- Recreated `django.contrib.gis.db.backend` module with...
Justin Bronn
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-02
Refs #11109 -- Touched some whitespace so Trac will display some files correc...
Russell Keith-Magee
2009-11-16
Fixed #11433 -- 3D geometry fields are now supported with PostGIS; EWKB is no...
Justin Bronn
2009-11-08
Fixed #12111 -- now use PostgreSQL escape string syntax when quoting WKB to p...
Justin Bronn
2009-05-17
Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...
Karen Tracey
2009-04-24
Fixed #10888 -- May now insert NULL `GeometryField` values on Oracle.
Justin Bronn
2009-04-19
Fixed #10364 -- Correctly identify test spatial database creation errors to t...
Justin Bronn
2009-04-16
Fixed #9620 -- `GeometryColumns` and `SpatialRefSys` models now play nice wit...
Justin Bronn
2009-04-12
Added experimental support for a POSTGIS_VERSION setting for GeoDjango. If se...
Adrian Holovaty
2009-04-11
Upgraded SpatiaLite default initialization SQL file name for 2.3 release.
Justin Bronn
2009-04-10
Refactored `get_srid_info` to use the ORM (now possible since it's no longer ...
Justin Bronn
2009-04-08
Now take advantage of new argument accepted by `AddGeometryColumn` in SpatiaL...
Justin Bronn
2009-04-07
Now support SVG output in SpatiaLite; added tests for SVG output.
Justin Bronn
2009-04-02
Fixed #9745 -- Added the `GeoQuerySet` methods `snap_to_grid` and `geojson`.
Justin Bronn
2009-03-30
Fixed #9686 -- SpatiaLite is now a supported spatial database backend. Thank...
Justin Bronn
2009-03-30
Refactored and cleaned up parts of the spatial database backend. Changes inc...
Justin Bronn
2009-03-11
Fixed the django.contrib.gis test database creation as well.
Malcolm Tredinnick
2009-03-09
Pass values through get_db_prep_save() in a QuerySet.update() call.
Malcolm Tredinnick
2009-03-06
Fixed #10397 -- made GIS test runner compatible with changes in r9756.
Justin Bronn
2009-02-01
Fixed #9858 -- Added ability to use PostGIS template with GIS test runner via...
Justin Bronn
2009-02-01
Now use `subprocess.Popen` instead of the deprecated os.popen3 to issue PostG...
Justin Bronn
2009-01-15
Forgot to actually enable the extent aggregate for Oracle.
Justin Bronn
2008-11-17
Reverted r9480 -- the patch broke the Oracle spatial backend.
Justin Bronn
2008-11-17
Fixed #9620 -- spatial database tables now have `app_label` set correctly.
Justin Bronn
2008-10-28
Fixed `MySQLGeoField` to create spatial indexes again.
Justin Bronn
2008-09-09
Fixed #8881 by specifying the geometry column name; added the `geom_col_name`...
Justin Bronn
2008-08-18
GeoDjango users may now use `django.contrib.gis.tests.run_tests` for their `T...
Justin Bronn
2008-08-11
Fixed the `gis` test suite, finished conversions missed in r8296. Thanks, ro...
Justin Bronn
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
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