summaryrefslogtreecommitdiff
path: root/tests/migrations/test_operations.py
AgeCommit message (Expand)Author
2014-12-16[1.7.x] Fixed #23983 -- Fixed a crash in migrations when adding order_with_re...Andriy Sokolovskiy
2014-12-02[1.7.x] Fixed #23909 -- Prevented crash when collecting SQL for RunSQLClaude Paroz
2014-12-01[1.7.x] Fixed #23880 -- Added missing index_together handling for SQLiteMarkus Holtermann
2014-11-20[1.7.x] Fixed duplicate index error on Oracle; refs #23859.Markus Holtermann
2014-11-19[1.7.x] Fixed #22248 -- Made RenameModel reversibleStratos Moros
2014-11-17[1.7.x] Fixed #23859 -- Fixed a migration crash when a field is renamed that ...Markus Holtermann
2014-10-23[1.7.x] Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables.Tim Graham
2014-09-24[1.7.x] Fixed #23426 -- Don't require double percent sign in RunSQL without p...Markus Holtermann
2014-09-23[1.7.x] Fixed #23503 -- Fixed renaming of model with self-referential m2m field.Sergey Fedoseev
2014-09-02[1.7.x] Fixed #22918 -- Fixed SeparateDatabaseAndState crashDave Hall
2014-08-15[1.7.x] Fixed typo in tests/migrations/test_operations.pyTim Graham
2014-08-12[1.7.x] Fixed #23275: Unmanaged models kept by autodetector, ignored by opsAndrew Godwin
2014-08-07[1.7.x] Fixed #23244: Error altering FK to non-FK in migrationsAndrew Godwin
2014-08-04[1.7.x] Fixed #23091: CreateModel and AddField were clashing with deferred SQLAndrew Godwin
2014-08-03[1.7.x] Fixed a MySQL test failure introduced by cbb29af1aa.Simon Charette
2014-08-03[1.7.x] Fixed #23160 -- Correctly rename models with self referential fields.Simon Charette
2014-07-28[1.7.x] Fixed #23121: AlterModelOptions operation not changing state rightAndrew Godwin
2014-07-21[1.7.x] Fixed #23014: Renaming not atomic with unique togetherAndrew Godwin
2014-07-21[1.7.x] Fixed #22975: Don't call rename SQL if not neededAndrew Godwin
2014-07-15[1.7.x] Fixed #23013 -- Fixed removing unique_together/index_together constra...Tim Graham
2014-06-27[1.7.x] Fixed #22917 -- Fixed typo in AlterIndexTogether.describe().Tim Graham
2014-06-18[1.7.x] Fixed several flake8 errorsAlex Gaynor
2014-06-17[1.7.x] Fix broken testAndrew Godwin
2014-06-17[1.7.x] Fixed #22853: Swapped models are now ignored for migration operations.Andrew Godwin
2014-06-16[1.7.x] Fixed #22844: Duplicate SQL for SQLite FKsAndrew Godwin
2014-06-15[1.7.x] Fixed several flake8 errorsAlex Gaynor
2014-06-15[1.7.x] Fixed #22568: Better proxy model support in migrationsAndrew Godwin
2014-06-15[1.7.x] Fixed #22470: Full migration support for order_with_respect_toAndrew Godwin
2014-06-15[1.7.x] Persist non-schema-relevant Meta changes in migrationsAndrew Godwin
2014-06-07[1.7.x] Fixed #22750, #22248: Model renaming now also alters field FKsAndrew Godwin
2014-05-21[1.7.x] Skipped a migrations test that's not supported on MySQL + Python 3.Tim Graham
2014-05-21[1.7.x] Fixed #22432: SQLite M2M repointing now works. Thanks to xelnor.Andrew Godwin
2014-05-21[1.7.x] Failing testcases for #22649.Loic Bistuer
2014-05-21[1.7.x] Fixed #22424 -- Fixed handling of default values for TextField/Binary...Loic Bistuer
2014-05-08[1.7.x] Appeased flake8.Aymeric Augustin
2014-05-07[1.7.x] Fixed #22496: Data migrations get transactions again!Andrew Godwin
2014-04-26[1.7.x] Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin
2014-04-22[1.7.x] Fixed table cleanup in GIS migration testsClaude Paroz
2014-04-18[1.7.x] Fixed #22397 -- Issues removing M2M field with explicit through modelAndrew Gorcester
2014-04-16[1.7.x] Fixed #22460 -- Explicity remove constraints when dropping a related ...Motiejus Jakštys
2014-03-31[1.7.x] Fixed #22359 -- Changing M2M field to blank=True failed on sqlite.Loic Bistuer
2014-03-11Remove failing test while we fix the underlying bugAndrew Godwin
2014-03-11Fix AlterField migrations that are related to a RenameModel migrationChris Beaven
2014-03-08Fixed #21843: Remove explicit ID column setting in testAndrew Godwin
2014-03-08Merge pull request #2315 from bendavis78/issues/22073Andrew Godwin
2014-03-04Fixed three small flake8 violations.Alex Gaynor
2014-03-05Added tests for MTI in RunPython.Loic Bistuer
2014-03-01Fixed #22168 -- Fixed migrations failing on sqlite when column names are SQL ...Baptiste Mispelon
2014-02-23Two whitespace changes to appease flake8Alex Gaynor
2014-02-23Fixed #22095 -- Enabled backward migrations for RunPython operationsAndrew Gorcester