summaryrefslogtreecommitdiff
path: root/tests/migrations
AgeCommit message (Expand)Author
2015-03-16[1.8.x] Fixed #24427 -- Stopped writing migration files in dry run mode when ...John Giannelos
2015-03-14[1.8.x] Refs #24354 -- Prevented repointing of relations on superclasses when...Matthew Wilkes
2015-03-04[1.8.x] Fixed #24435 -- Prevented m2m field removal and addition in migration...Markus Holtermann
2015-02-23[1.8.x] Fixed #24366 -- Optimized traversal of large migration dependency gra...Marten Kenbeek
2015-02-21Removed zombie file again.Loic Bistuer
2015-02-20Removed an inadvertently added test directory.Tim Graham
2015-02-20[1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-20[1.8.x] Fixed #24343 -- Ensure db converters are used for foreign keys.Marc Tamlyn
2015-02-18[1.8.x] Fixed #24362: Made test run each migration operation in its own schem...Shai Berger
2015-02-18[1.8.x] Fixed #24291 - Fixed migration ModelState generation with unused swap...Marten Kenbeek
2015-02-17[1.8.x] Refs #24324 -- Fixed Python 2 test failures when path to Django sourc...Tim Graham
2015-02-16Fixed regression in test introduced in d538e37e1b14603d1d0c94f185f378fc0ed1e53fMarkus Holtermann
2015-02-16[1.8.x] Added tests for get_related_models_recursiveMarkus Holtermann
2015-02-16[1.8.x] Refs #24282 -- Added failing test case for assigning models of wrong ...Markus Holtermann
2015-02-16[1.8.x] Refs #24264 -- Added failing test case for updating a FK when changin...Markus Holtermann
2015-02-16[1.8.x] Refs #24225 -- Added failing test case for removing a previously adde...Claude Paroz
2015-02-15[1.8.x] Added new "W503 line break before binary operator" warning to flake8 ...Tim Graham
2015-02-13[1.8.x] Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-06[1.8.x] Fixed E265 comment styleCollin Anderson
2015-02-03[1.8.x] Refactored tests that rely on an ImportError for Python 3.5 compatibi...Tim Graham
2015-01-20[1.8.x] Fixed typos in code comments.Adam Taylor
2015-01-17[1.8.x] Cleaned up migration writer testsMarkus Holtermann
2015-01-15Fixed #24135 -- Made RenameModel rename many-to-many tables.Tim Graham
2015-01-15Fixed #23850 -- Fixed a migrations test failure on Mac OS X & Python 3Collin Anderson
2015-01-14Fixed #24147 -- Prevented managers leaking model during migrationsMarkus Holtermann
2015-01-12Fixed #24129 -- Added indicator that migrations are rendering the initial stateMarkus Holtermann
2015-01-12Fixed #24123 -- Used all available migrations to generate the initial migrati...Markus Holtermann
2015-01-11Removed supports_binary_field flag as all backends support themClaude Paroz
2015-01-10Fixed #24110 -- Rewrote migration unapply to preserve intermediate statesMarkus Holtermann
2015-01-10Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer
2015-01-09Fixed #24098 -- Added no-op attributes to RunPython and RunSQLMarkus Holtermann
2015-01-07Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are ...Markus Holtermann
2015-01-07Refs #23822 -- Made MigrationOptimizer aware of model managersMarkus Holtermann
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2015-01-05Refs #23359 -- Removed double newline from output of migrate --listMarkus Holtermann
2015-01-02Fixed #23745 -- Reused states as much as possible in migrationsClaude Paroz
2015-01-02Passed around the state between migrationsClaude Paroz
2015-01-02Replaced migration state render() by apps cached propertyClaude Paroz
2014-12-31Fixed #23359 -- Added showmigrations command to list migrations and plan.Markus Holtermann
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-30Added test for an intermediate swappable model change in migration state.Markus Holtermann
2014-12-29Fixed #23938 -- Added migration support for m2m to concrete fields and vice v...Markus Holtermann
2014-12-23Fixed #24037 -- Prevented data loss possibility when changing Meta.managed.Tim Graham
2014-12-22Fixed #23998 -- Added datetime.time support to migrations questioner.Oscar Ramirez
2014-12-21Fixed #24017 -- Added python_2_unicode_compatible in db/migrationsJosh Schneier
2014-12-16Fixed #23983 -- Fixed a crash in migrations when adding order_with_respect_to...Andriy Sokolovskiy
2014-12-15Refs #23947 -- Improved migrations tests table cleanup.Diego GuimarĂ£es
2014-12-15Fixed reverse test execution for migration manager testsMarkus Holtermann
2014-12-15Fixed #23405 -- Fixed makemigrations prompt when adding Text/CharField.Andriy Sokolovskiy