summaryrefslogtreecommitdiff
path: root/tests/migrations
AgeCommit message (Expand)Author
2015-06-01Fixed #24883 -- Added MigrationGraph.__repr__()Yoong Kang Lim
2015-05-26Fixed #24340 -- Added nested deconstruction for list, tuple and dict valuesMatt Westcott
2015-05-25Fixed #24848 -- Fixed ValueError for faulty migrations module.Marten Kenbeek
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-05-18Fixed #24812 -- Fixed app registry RuntimeWarnings in schema and migrations t...Tim Graham
2015-05-02Moved migration exception classes to shared moduleMarkus Holtermann
2015-04-30Fixed #24725 -- Allowed renaming of target models in ManyToMany relationsMarkus Holtermann
2015-04-25Fixed #24701 -- Converted model manager names to unicode in migrationsMarkus Holtermann
2015-04-21Fixed #24573 -- Considered new related models for reloadingMarkus Holtermann
2015-04-20Fixed #24591 -- Optimized cloning of ModelState objects.Marten Kenbeek
2015-04-20Refs #24397 -- Sped up model reloading in ProjectState.Marten Kenbeek
2015-04-17Fixed #24595 -- Prevented loss of null info in MySQL field alterationClaude Paroz
2015-04-10Fixed #24514 -- Made migration writer omit models import if it's unused.Christopher Luc
2015-04-09Use mock.patch in migrations testsCurtis Maloney
2015-04-07Fixed #24513 -- Made sure a model is only rendered once during reloadsPatryk Zawadzki
2015-04-05Fixed #24278 -- Fixed serialization of migration operations.Marten Kenbeek
2015-04-05Refs #24278 -- Allowed multi-line serializations in OperationWriter.Marten Kenbeek
2015-04-02Fixed #24566 -- Added support for serializing timedeltaBaptiste Mispelon
2015-03-30Fixed #24550 -- Added migration operation description to sqlmigrate outputMarkus Holtermann
2015-03-29Refs #24366 -- Fixed recursion depth error in migration graphMarten Kenbeek
2015-03-29Refs #24366 -- Renamed arguments in MigrationGraph, renamed testsMarten Kenbeek
2015-03-28Fixed #24537 -- Ignored field order in RenameModel detectionMarkus Holtermann
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-24Fixed #24483 -- Prevented keepdb from breaking with generator choices.David Szotten
2015-03-23Fixed #24521 -- Added support for serializing frozensets in migrations.Baptiste Mispelon
2015-03-16Fixed #24427 -- Stopped writing migration files in dry run mode when merging.John Giannelos
2015-03-14Refs #24354 -- Prevented repointing of relations on superclasses when migrati...Matthew Wilkes
2015-03-08Fixed #23407 -- Extended coverage of makemigrations --noinput option.Marten Kenbeek
2015-03-04Fixed #24435 -- Prevented m2m field removal and addition in migrations when c...Markus Holtermann
2015-02-23Made migrations tests write to a temporary directory.Aymeric Augustin
2015-02-23Fixed #24366 -- Optimized traversal of large migration dependency graphs.Marten Kenbeek
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-18Fixed #24362: Made test run each migration operation in its own schema editorShai Berger
2015-02-18Fixed #24291 - Fixed migration ModelState generation with unused swappable mo...Marten Kenbeek
2015-02-17Refs #24324 -- Fixed Python 2 test failures when path to Django source contai...Tim Graham
2015-02-16Added tests for get_related_models_recursiveMarkus Holtermann
2015-02-16Refs #24282 -- Added failing test case for assigning models of wrong type to FKMarkus Holtermann
2015-02-16Refs #24264 -- Added failing test case for updating a FK when changing a PKMarkus Holtermann
2015-02-16Refs #24225 -- Added failing test case for removing a previously added field ...Claude Paroz
2015-02-13Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Refactored tests that rely on an ImportError for Python 3.5 compatibilityTim Graham
2015-01-20Fixed typos in code comments.Adam Taylor
2015-01-20Fixed #24155 -- Maintained kwargs and import order in migration writerMarkus Holtermann
2015-01-19Removed IPAddressField per deprecation timeline; refs #20439.Tim Graham
2015-01-17Cleaned 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