summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2014-09-18Added feature flag for geometry_field_introspection; refs #22632 and #23504.Tim Graham
2014-09-18Added a feature flag for add_srs_entry support; refs #22632 and #23504.Tim Graham
2014-09-17Avoided a crash on an Oracle GIS test; refs #23504.Tim Graham
2014-09-17Skipped some broken tests on Oracle GIS; refs #23504.Tim Graham
2014-09-12Fixed #13843 -- Prevented AttributeError during geometry objects deletionClaude Paroz
2014-09-12Prevented Attribute error in GDAL objects deletionClaude Paroz
2014-09-12Fixed #19139 -- Made OpenLayersWidget follow GeoModelAdmin's modifiable attri...Flavio Curella
2014-09-10Added ordering to prevent non-deterministic test failure; refs #23099.Tim Graham
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2014-08-29Fixed a non-deterministic test; refs #23099.Tim Graham
2014-08-27Removed an unused import.Simon Charette
2014-08-26Removed some more hardcoded backends in GIS testsClaude Paroz
2014-08-23Replaced no_mysql by connection featuresClaude Paroz
2014-08-23Replaced no_spatialite by connection featuresClaude Paroz
2014-08-23Replaced HAS_SPATIALREFSYS by a database featureClaude Paroz
2014-08-20Fetched translations from TransifexClaude Paroz
2014-08-19Removed unused imports.Tim Graham
2014-08-19Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz
2014-08-16Stopped skipping GIS forms tests on MySQLClaude Paroz
2014-08-15Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().Gabriel Muñumel
2014-08-15Complemented 1.6 release notes for 457c16d0d6Claude Paroz
2014-08-12Added newlines to the ends of CSS, HTML, and JavaScript files missing them.Trey Hunner
2014-08-10Fixed remove_field for spatialite schema changes.Florian Apolloner
2014-08-08Fixed a non-deterministic test; refs #23099.Tim Graham
2014-08-08Fixed #23099 -- Removed usage of deprecated initial data in Django's test suite.Tim Graham
2014-08-05Stop errors on older Spatialite versions that miss some tablesAndrew Godwin
2014-08-04Fixed #23161: Drop PostGIS geography fields correctlyAndrew Godwin
2014-08-04Fixed #23153: Properly recreate spatialite triggers on alter tableAndrew Godwin
2014-08-01Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.Tim Graham
2014-08-01Fixed #21940 -- Added kwargs to contribute_to_class() of model fields..Mitar
2014-07-23Fixed #23030 -- Properly handled geometry columns metadata during migrationsClaude Paroz
2014-07-23Adapted SpatialiteGeometryColumns model to spatialite >= 4Claude Paroz
2014-07-21Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11Claude Paroz
2014-07-18Fixed #23028: Added unique_togther support to inspectdb.Damien Nozay
2014-06-29Fixed a flake8 warningAlex Gaynor
2014-06-28Fixed #16184 -- Fixed multiple PostGIS types introspectionClaude Paroz
2014-06-21Fixed #22793 -- Updated import location for GeometryColumns in testsClaude Paroz
2014-06-17Fixed #22819 -- Renamed output_type -> output_field in query expression API.Tim Graham
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-06-09Dropped support for SpatiaLite < 2.4.Tim Graham
2014-06-09Added rollback emulation to spatialite backend; refs #22487.Tim Graham
2014-06-08Gave unique names to SpatialRefSysModels.Aymeric Augustin
2014-06-07Silenced some GIS deprecation warnings; refs #22384.Tim Graham
2014-06-03Removed erroneous trailing comma in OLMapWidget.js.Egor Semiguzov
2014-06-01Fixed syntax error in ogrinspect.py management command.Fabio Rueda
2014-06-01Merge pull request #2726 from gchp/ticket-20550Aymeric Augustin
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-05-28Fixed #20550 -- Added ability to preserve test db between runsGreg Chapple
2014-05-28Fixed #22714 -- Made contrib.gis use six-provided memoryview typeClaude Paroz