summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2014-12-02Added raster support for GDAL Driver classClaude Paroz
2014-12-02Added cpl error codes to errcheck functionsDaniel Wiesmann
2014-12-02Added GDAL prototypes for raster supportDaniel Wiesmann
2014-12-01Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...wrwrwr
2014-11-26Fixed #23867 -- removed DateQuerySet hacksAnssi Kääriäinen
2014-11-19Fixed #23873 -- Improved GIS error message when GEOS is not installed.Carl Meyer
2014-11-19Fixed GIS tests to again skip without error when GEOS is not installed.Carl Meyer
2014-11-19Replaced caching of a property with @cached_property.Aymeric Augustin
2014-11-19Fixed GeoSQLCompiler to pass itself correctly to column as_sql.Carl Meyer
2014-11-19Removed a deprecated use of SQLCompiler as quote_name in GIS.Carl Meyer
2014-11-17Added assertion error message for test_make_lineClaude Paroz
2014-11-16Renamed qn to compilerJosh Smeaton
2014-11-15Added a new GeoJSON serialization format for GeoDjangoClaude Paroz
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-11-03Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-31Fixed #23731 -- Fixed migrations crash when adding blank GeometryFields on Po...Tim Graham
2014-10-31Renamed SpatiaLite feature flag introduced in refs #23152.Tim Graham
2014-10-30Fixed #23152 -- Added support for transactional Spatialite metadata initializ...Tim Graham
2014-10-29Fixed #23719 -- Fixed MySQL 5.6 crash with GeometryFields in migrations.Tim Graham
2014-10-24Removed unused importClaude Paroz
2014-10-24Updated gis_migrations testsClaude Paroz
2014-10-21Removed unneeded override_system_checksClaude Paroz
2014-10-16Fixed #23579 -- Changed GEOSGeometry.__str__ to include the SRIDClaude Paroz
2014-10-11Fixed two more tuple/int comparisons in gis testsClaude Paroz
2014-10-11Fixed a tuple/int comparison in spatialite backendClaude Paroz
2014-10-09Converted GIS lookups for OracleClaude Paroz
2014-10-09Converted GIS lookups to use the new Lookup APIClaude Paroz
2014-10-08Fixed typos in comments.Tim Graham
2014-10-01Added a dumpdata/loaddata test for geographic contentClaude Paroz
2014-09-30Updated translations from TransifexClaude Paroz
2014-09-29Added ordering to fix non-deterministic relatedapp test.Tim Graham
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-09-26Factorized schema_editor() at BaseDatabaseWrapper levelClaude Paroz
2014-09-25Fixed #23537 -- Added Oracle GIS SchemaEditor.Tim Graham
2014-09-25Fixed #23538 -- Added SchemaEditor for MySQL GIS.Tim Graham
2014-09-25Added tolerance in equality testing to avoid random build failureThomas Chaumeny
2014-09-25Fixed use of assert* functions in some gis testsThomas Chaumeny
2014-09-23Added an Oracle workaround for a geogapp test; refs #23504.Tim Graham
2014-09-23Skipped a broken geoapp test on Oracle; refs #23504.Tim Graham
2014-09-23Called table_names instead of get_table_list in migrationsClaude Paroz
2014-09-22Fixed Oracle GIS gml() test failure introduced by e910340; refs #18757.Marc Tamlyn
2014-09-22Generate GeoManager from GeoQuerySet. Refs #20625.Loic Bistuer
2014-09-19Skipped a broken GIS test on Oracle; refs #23504.Tim Graham
2014-09-19Made a GIS test work on Oracle.Tim Graham
2014-09-19Fixed Oracle GIS failures introduced by e9103402c0; refs #18757.Tim Graham
2014-09-18Fixed #23514 -- Prevented queries in PostGISOperations initClaude Paroz
2014-09-18Fixed string length check in LayerMappingClaude Paroz
2014-09-18Removed unnecessary order_by() from a GIS test that crashed Oracle.Tim Graham
2014-09-18Improved GIS migration test cleanup; refs #23504.Tim Graham