summaryrefslogtreecommitdiff
path: root/tests/migrations
AgeCommit message (Expand)Author
2015-05-18[1.8.x] Fixed #24812 -- Fixed app registry RuntimeWarnings in schema and migr...Tim Graham
2015-04-30[1.8.x] Fixed #24725 -- Allowed renaming of target models in ManyToMany relat...Markus Holtermann
2015-04-25[1.8.x] Fixed #24701 -- Converted model manager names to unicode in migrationsMarkus Holtermann
2015-04-21[1.8.x] Fixed #24573 -- Considered new related models for reloadingMarkus Holtermann
2015-04-17[1.8.x] Fixed #24595 -- Prevented loss of null info in MySQL field alterationClaude Paroz
2015-04-07[1.8.x] Fixed #24513 -- Made sure a model is only rendered once during reloadsPatryk Zawadzki
2015-04-05[1.8.x] Fixed #24278 -- Fixed serialization of migration operations.Marten Kenbeek
2015-04-05[1.8.x] Refs #24278 -- Allowed multi-line serializations in OperationWriter.Marten Kenbeek
2015-04-04[1.8.x] Fixed flake8 warning.Tim Graham
2015-04-02[1.8.x] Fixed #24566 -- Added support for serializing timedeltaBaptiste Mispelon
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