summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2012-10-15Updated base translation filesClaude Paroz
2012-10-12Fixed #19028 -- Support GeoJSON output with SpatiaLite 3.0+Brian Galey
2012-10-09Mark the test for left/right lookup types as a known failure on PostGIS 2.0.Justin Bronn
2012-10-08Use smarter string decoding in GeoDjangoClaude Paroz
2012-10-07Moved Travis Pinney and Dane Springmeyer into the AUTHORS file where they bel...Justin Bronn
2012-10-07Fixed `inspectapp` tests to work with improved PG driver in GDAL 1.9+.Justin Bronn
2012-10-07GDAL docstring tweaks.Justin Bronn
2012-10-07Fixed #18640 -- Allowed access to GDAL Feature without DatasourceClaude Paroz
2012-10-06Use native geometry types on PostGIS 2.0+ instead of `AddGeometryColumn` and ...Justin Bronn
2012-10-06Un-gzipped test geometries fixture as plain jsonClaude Paroz
2012-10-05Fixed type in MySQL spatial backend.Justin Bronn
2012-10-05Fixed `F()` expression regressions in GeoDjango caused by recent datastructur...Justin Bronn
2012-10-05Fixed GMLv3 output test failure on PostGIS versions < 1.5.Justin Bronn
2012-10-05Forgot to import `unittest` from `django.utils`.Justin Bronn
2012-10-05Updated `GeoSQLCompiler.get_default_columns`.Justin Bronn
2012-10-05Skip `LayerMapRouterTest` if there are not multiple databases.Justin Bronn
2012-10-05Lowered tolerance to fix failing distance test.Justin Bronn
2012-10-05Added comment in `geoapp` tests about PostGIS 2.0 change in ST_NumGeometries.Justin Bronn
2012-10-05Need to catch `ImproperlyConfigured` to be freed from the schackles of `DJANG...Justin Bronn
2012-10-04Fixed #17959 -- Silenced output during GIS testsClaude Paroz
2012-10-04Removed unused and undocumented gdal_release_date functionClaude Paroz
2012-10-03Fixed #19063 -- Fixed version parameter of gml GeoQuerySet methodClaude Paroz
2012-09-30Cared for PostGIS 2 renamed operationsClaude Paroz
2012-09-30Fixed #16455 -- Added support for PostGIS 2.0Flavio Curella
2012-09-29Fixed #18919 -- Stopped dropping Z attribute when transforming geometriesClaude Paroz
2012-09-29Fixed #11948 -- Added interpolate and project linear referencing methodsClaude Paroz
2012-09-24Enlarged exception catching when testing for GDAL presenceClaude Paroz
2012-09-23[py3] Allowed bytes in get_prep_value for a GeometryClaude Paroz
2012-09-23[py3] Fixed unicode string in geoapp testClaude Paroz
2012-09-23[py3] Updated PostGIS adapterClaude Paroz
2012-09-23[py3] Fixed outdated map() call in GIS sql compilerClaude Paroz
2012-09-23[py3] Fixed GEOS/GDAL testsClaude Paroz
2012-09-23[py3] Added buffer/memoryview compatibilityClaude Paroz
2012-09-22Fixed #18968 -- Only use separate GML regex for SpatiaLite < 3.0Brian Galey
2012-09-22Made geo3d tests independent from each otherClaude Paroz
2012-09-20Fixed #16577 -- Added a map_creation block in openlayers.js templateClaude Paroz
2012-09-20Fixed #17687 -- Made LayerMapping router-awareClaude Paroz
2012-09-15Used ST_AsText for testing PostGIS raw queryClaude Paroz
2012-09-13Removed unused quoting/encoding in gis db backendClaude Paroz
2012-09-13Fixed #18795 -- Fixed failing GeoDjango testsClaude Paroz
2012-09-12[py3] Fixed GeoDjango mutable list testsClaude Paroz
2012-09-12Made minimal changes to make gis test suite start with Python 3Claude Paroz
2012-09-08Internal refactoring; moving LOOKUP_SEP up one level.Malcolm Tredinnick
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-25Fixed #17448 -- Improved test and documented raw-sql gis queryClaude Paroz
2012-08-25Added a GeoDjango test with a raw query (Refs #17448)Claude Paroz
2012-08-23[py3] Removed duplicate imports.Aymeric Augustin
2012-08-19Fixed #17278 -- Enabled the spatialite GIS tests to run without having to spe...Julien Phalip
2012-08-15[py3] Removed map() calls used for side-effects onlyAnssi Kääriäinen
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin