summaryrefslogtreecommitdiff
path: root/tests/migrations
AgeCommit message (Expand)Author
2016-08-01[1.10.x] Fixed #26930 -- Prevented makemigrations from accessing an empty dat...Tim Graham
2016-07-14[1.10.x] Reverted "Fixed #25388 -- Added an option to allow disabling of migr...Tim Graham
2016-07-09[1.10.x] Fixed #26881 -- Fixed duplicate managers in migrations.Loïc Bistuer
2016-06-24[1.10.x] Fixed #26795 -- Factored out get_changes() in test_autodetector.py.akki
2016-06-20[1.10.x] Fixed #26643 -- Prevented unnecessary AlterModelManagers operations ...Loïc Bistuer
2016-06-16[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-05-30[1.10.x] Fixed #25044 -- Fixed migrations for renaming ManyToManyField's thro...Vytis Banaitis
2016-05-26[1.10.x] Fixed #26647 -- Included the state of all applied migrations when mi...Simon Charette
2016-05-19Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...Alex Hill
2016-05-17Fixed #20932, #25897 -- Streamlined manager inheritance.Loïc Bistuer
2016-05-13Refs #24201 -- Ignored order_with_respect_to private fields in migrations.Simon Charette
2016-05-11Fixed #26429 -- Added a timestamp to merge migration names.Raphael Gaschignard
2016-05-09Fixed #25005 -- Made date and time fields with auto_now/auto_now_add use effe...Iacopo Spalletti
2016-05-08Sorted migration list order in test; added trailing comma.Jarek Glowacki
2016-05-08Included reverse deps in showmigrationsJarek Glowacki
2016-05-08Fixed #25945, #26292 -- Refactored MigrationLoader.build_graph()Jarek Glowacki
2016-05-04Fixed #26555 -- Gave deconstructible objects a higher priority during seriali...Markus Holtermann
2016-04-28Refs #26521 -- Adjusted CreateModel bases validation to account for mixins.Simon Charette
2016-04-27Refs #26521 -- Added the duplicated value to CreateModel validation messages.Simon Charette
2016-04-27Fixed #26521 -- Validated CreateModel bases, fields and managers for duplicates.James Robert
2016-04-27Removed try/fail antipattern from migrations commands tests.Tim Graham
2016-04-22Fixed #26320 -- Deprecated implicit OneToOnField parent_link.Tim Graham
2016-04-19Fixed #26475 -- Added functools.partial() support to migrations autodetector.Matthew Schinckel
2016-04-12Fixed #26492 -- Fixed "maximum recursion depth exceeded" migrate error.Berker Peksag
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-04-05Fixed #25850 -- Made migrate/makemigrations error on inconsistent history.Attila Tovt
2016-04-03Added missing primary keys to some OperationTestsMarkus Holtermann
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