summaryrefslogtreecommitdiff
path: root/django/contrib/gis/tests/gis_migrations
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-3/+3
* Fixed #23731 -- Fixed migrations crash when adding blank GeometryFields on Po...Tim Graham2014-10-311-0/+29
* Removed unused importClaude Paroz2014-10-241-3/+1
* Updated gis_migrations testsClaude Paroz2014-10-242-17/+12
* Removed unneeded override_system_checksClaude Paroz2014-10-211-3/+1
* Fixed #23537 -- Added Oracle GIS SchemaEditor.Tim Graham2014-09-251-8/+13
* Fixed #23538 -- Added SchemaEditor for MySQL GIS.Tim Graham2014-09-252-4/+27
* Called table_names instead of get_table_list in migrationsClaude Paroz2014-09-231-2/+2
* Improved GIS migration test cleanup; refs #23504.Tim Graham2014-09-181-2/+2
* Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz2014-08-192-11/+8
* Fixed #23030 -- Properly handled geometry columns metadata during migrationsClaude Paroz2014-07-232-3/+40
* Fixed #22793 -- Updated import location for GeometryColumns in testsClaude Paroz2014-06-211-2/+2
* Used migration framework in GIS test tearDownClaude Paroz2014-04-231-10/+3
* Fixed table cleanup in GIS migration testsClaude Paroz2014-04-211-11/+14
* Fixed removal of GIS column in PostGIS 1.x migrationClaude Paroz2014-04-211-8/+43
* Fixed adding new GIS column in PostGIS 1.x migrationClaude Paroz2014-04-211-0/+67
* Fixed migration so MySQL GIS test doesn't fail; refs #22001.Eric Palakovich Carr2014-03-191-2/+2
* Fixed a regression from 2e5b82f6277227b69e9a6c5261a6deb14fff15dcFlorian Apolloner2014-03-181-1/+1
* Made a test app label unique.Florian Apolloner2014-03-184-0/+83