summaryrefslogtreecommitdiff
path: root/tests/migrations/test_operations.py
AgeCommit message (Expand)Author
2014-06-15Fixed #22568: Better proxy model support in migrationsAndrew Godwin
2014-06-15Fixed #22470: Full migration support for order_with_respect_toAndrew Godwin
2014-06-15Persist non-schema-relevant Meta changes in migrationsAndrew Godwin
2014-06-07Fixed #22750, #22248: Model renaming now also alters field FKsAndrew Godwin
2014-05-22Fixed #22667 -- Replaced leader/follower terminology with primary/replicaFlavio Curella
2014-05-21Skipped a migrations test that's not supported on MySQL + Python 3.Tim Graham
2014-05-20Merge pull request #2692 from fcurella/patch-5Alex Gaynor
2014-05-20replaced occurrences of master/slave terminology with leader/followerFlavio Curella
2014-05-20Fixed #22432: SQLite M2M repointing now works. Thanks to xelnor.Andrew Godwin
2014-05-18Failing testcases for #22649.Loic Bistuer
2014-05-18Fixed #22424 -- Fixed handling of default values for TextField/BinaryField on...Loic Bistuer
2014-05-08Appeased flake8.Aymeric Augustin
2014-05-07Fixed #22496: Data migrations get transactions again!Andrew Godwin
2014-04-26Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin
2014-04-21Fixed table cleanup in GIS migration testsClaude Paroz
2014-04-18Fixed #22397 -- Issues removing M2M field with explicit through modelAndrew Gorcester
2014-04-18Revert "Fixed #22397 -- Issues removing M2M field with explicit through model."Simon Charette
2014-04-17Fixed #22397 -- Issues removing M2M field with explicit through model.Andrew Gorcester
2014-04-16Fixed #22460 -- Explicity remove constraints when dropping a related field.Motiejus Jakštys
2014-03-31Fixed #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
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-17Moved list of models inside AppConfig instances.Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-11Fix altering of SERIAL columns and InnoDB being picky about FK changesAndrew Godwin
2013-12-05Fixed a flake8 errorAlex Gaynor
2013-12-04Don't make a second migration if there was a force-null-default addcol.Andrew Godwin
2013-11-06Massive migration optimiser improvements + RenameModel opnAndrew Godwin
2013-11-03Fixed all E251 violationsAlex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-07Fixed #21236 -- Allowed migrations to work with unique_together tuples.Javed Khan
2013-09-25Remove most errors when running migration tests twiceAndrew Godwin
2013-09-25Allow callables as the argument to RunPythonAndrew Godwin