summaryrefslogtreecommitdiff
path: root/tests/migrations/test_operations.py
AgeCommit message (Expand)Author
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
2014-02-17Fixed #22073 - Ensure CreateTable operation handles backwards migration corre...Ben Davis
2014-02-09Removed unused imports + other flake8 fixes.Tim Graham
2014-02-09Fixed #21892: RunPython no longer accepts stringsAndrew Godwin
2014-02-02Fix regress added to migrations.test_operations.test_alter_field_pk_fkMichael Manfre
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2014-01-19Fixed a small collection of flake8 violations that had snuck inAlex Gaynor
2014-01-19Remove unicode prefix that snuck inAndrew Godwin
2014-01-19Fixed #21664: Multi-table inheritance was duplicating _ptr fieldsAndrew Godwin
2014-01-19Fixed #21783: (again) Found second source of bug, also squashed it.Andrew Godwin