summaryrefslogtreecommitdiff
path: root/tests/migrations
AgeCommit message (Expand)Author
2015-11-26[1.9.x] Fixed #25807 -- Instructed the migration writer about lazy objects.Simon Charette
2015-11-14[1.9.x] Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.Simon Charette
2015-09-19Fixed #25390 -- Allowed specifying a start migration in squashmigrationsMarkus Holtermann
2015-09-19Fixed #24743, #24745 -- Optimized migration plan handlingMarkus Holtermann
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-12Refs #24919 -- Raised more helpful error message for disabled migrationsMarkus Holtermann
2015-09-12Fixed #24919 -- Allowed disabling of migrations on a per app basisMarkus Holtermann
2015-09-07Refs #24215 -- Improved error message for unhandled lazy model operations.Alex Hill
2015-08-31Fixed #25259 -- Added comments to header of generated migration filesTyson Clugg
2015-08-28Refs #24590 -- Ensured isolation between autodetector testsMarkus Holtermann
2015-08-27Fixed #25280 -- Properly checked regex objects for equality to prevent infini...Markus Holtermann
2015-08-26Fixed #25308 -- Made MigrationQuestioner respect MIGRATION_MODULES setting.Jeremy Satterfield
2015-08-20Fixed typo in tests/migrations/test_autodetector.py.Tim Graham
2015-08-18Fixed #24755 -- Hid operations from dependency apps when merging migrationsMarkus Holtermann
2015-08-14Fixed #25239 -- Corrected makemigrations numbering if a migration has a numbe...Caio Ariede
2015-08-08Used skipUnlessDBFeature where appropriate.Simon Charette
2015-08-07Fixed #25231 -- Added recording of squashed migrations in the migrate command.mlavin
2015-07-29Fixed #25185 -- Added support for functools.partial serialization in migrationsPiper Merriam
2015-07-28Fixed #25186 -- Improved migration's serialization of builtins on Python 2.Piper Merriam
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-13Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov
2015-07-02Fixed #25040 -- Fixed migrations state crash with GenericForeignKeyKai Richard Koenig
2015-06-29Refs #20203 -- Allowed adding custom default manager to the model stateAndriy Sokolovskiy
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-23Used mock in MigrationQuestioner testsMarkus Holtermann
2015-06-18Removed support for Python 3.3.Tim Graham
2015-06-16Fixed #24828 -- Allowed migration optimization across AlterFooTogetherMarkus Holtermann
2015-06-14Optimized duplicate AlterModelTable/AlterFooTogether/AlterOWRTMarkus Holtermann
2015-06-14Took AlterOrderWithRespectTo into account when optimizing migrationsMarkus Holtermann
2015-06-03Cleaned up docstring style, per Tim Graham review.Carl Meyer
2015-06-03Refs #24628 -- Added a second test and a docstring comment to avoid regression.Carl Meyer
2015-06-02Fixed #24628 -- Fixed applied status for squashed migrations.Carl Meyer
2015-06-02Improved isolation of applied-migrations table in migration tests.Carl Meyer
2015-06-02Fixed #24895 -- Fixed loading a pair of squashed migrations with a dependency.Carl Meyer
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