summaryrefslogtreecommitdiff
path: root/tests/migrations
AgeCommit message (Expand)Author
2016-04-02Made MakeMigrationsTests call proper parent methodAttila Tovt
2016-03-23Refs #25388 -- Used in-memory database in test_disable_migrations.Berker Peksag
2016-03-23Fixed #25388 -- Added an option to allow disabling of migrations during test ...Berker Peksag
2016-03-10Fixed #26342 -- Prevented unpacking when repr a NodeNotFoundErrorJarek Glowacki
2016-02-25Fixed #26117 -- Consulted database routers in initial migration detection.Scott Sexton
2016-02-24Used addCleanup() to call recorder.flush() in migration loader tests.Tim Graham
2016-02-05Fixed #26176 -- Fixed E123 flake8 warnings.Tim Graham
2016-02-05Fixed #25833 -- Added support for non-atomic migrations.Pankrat
2016-01-29Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2016-01-28Added a missing test method in tests/migrations/test_writer.py.Yoong Kang Lim
2016-01-25Fixed #26135 -- Adjusted the migration questioner's handling of disabled apps.Simon Charette
2016-01-23Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided.Simon Charette
2015-12-25Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy
2015-12-19Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-many tables.Tim Graham
2015-12-18Fixed #25063 -- Added path to makemigration's output of migration file.Niels Van Och
2015-12-15Fixed #25852 -- Made sure AlterModelManager forces a reload of its model state.Simon Charette
2015-12-10Refs #25896 -- Fixed migration test failure on OracleShai Berger
2015-12-09Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_backward...Amos Onn
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-11-26Fixed #25807 -- Instructed the migration writer about lazy objects.Simon Charette
2015-11-20Fixed #25551 -- Fixed migration operations ordering when adding fields and a ...Ana Vojnovic
2015-11-19Fixed #25764 -- Added support for serialization of enum.Enum in migrations.Andrei Fokau
2015-11-14Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.Simon Charette
2015-10-24Fixed #25604 -- Added makemigrations --check option.Jon Dufresne
2015-10-19Refs #18012 -- Accounted for reverse proxy relations in migrations.Simon Charette
2015-09-23Refs #23359 -- Removed the migrate --list option per deprecation timeline.Tim Graham
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