summaryrefslogtreecommitdiff
path: root/tests/migrations
AgeCommit message (Expand)Author
2017-03-21[1.11.x] Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.Tim Graham
2017-01-31[1.11.x] Fixed #25192 -- Fixed squashmigrations crash with RunPython.noop on ...Shai Berger
2017-01-25[1.11.x] Simplified tests with assertDoesNotOptimize().Ed Morley
2017-01-25[1.11.x] Removed unused variables that are overwritten.Mads Jensen
2017-01-13Made contenttypes and auth apps unavailable when not necessary in tests.Simon Charette
2017-01-10Fixed #27717 -- Allowed migration optimization across AlterModelOptions.Ed Morley
2017-01-09Fixed test isolation in a couple migrations tests.Tim Graham
2017-01-06Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.Sebastian Spiegel
2016-12-10Fixed #27310 -- Stopped rendering apps in RenameModel.state_forwards.Simon Charette
2016-12-07Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham
2016-11-29Fixed #27507 -- Used SchemaEditor.execute() to run deferred_sql in migrate's ...Lex Berezhny
2016-11-14Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-11-09Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.Joseph Kahn
2016-11-08Fixed #27436 -- Fixed makemigrations crash when creating migrations on a sepa...Zbigniew Siciarz
2016-11-06Fixed #27378 -- Added support for serialization of uuid.UUID in migrations.Maxime Lorant
2016-10-13Fixed #27200 -- Provided makemigration's allow_migrate() with model_name.Tim Graham
2016-10-06Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes)Claude Paroz
2016-10-04Fixed #27279 -- Fixed a migration performance regression related to RenameMod...Simon Charette
2016-09-28Fixed #27217 -- Fixed crash in CreateModel optimization with models that use ...Tim Graham
2016-09-19Fixed #27165 -- Removed unnecessary CreateModel(... 'indexes': []) in migrati...akki
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-09-16Fixed typo in tests/migrations/test_loader.py.Tim Graham
2016-09-16Refs #27025 -- Fixed a test for the new re.RegexFlag in Python 3.6.Tim Graham
2016-09-01Fixed #27142, #27110 -- Made makemigrations consistency checks respect databa...Tim Graham
2016-08-30Fixed #25109 -- Stopped silencing explicitly specified migration modules impo...Simon Charette
2016-08-24Fixed #27044 -- Included already applied migration changes in the post-migrat...Simon Charette
2016-08-23Fixed #27089 -- Added database alias to InconsistentMigrationHistory message.Tim Graham
2016-08-18Fixed #27054 -- Fixed makemigrations crash with a read-only database.Jim Nicholls
2016-08-16Refs #26709 -- Added index name to AddIndex.describe().Akshesh
2016-08-05Fixed #26808 -- Added Meta.indexes for class-based indexes.Akshesh
2016-08-05Fixed #27004 -- Made migrations consistency check ignore unapplied squashed m...Jarek Glowacki
2016-08-01Fixed #26930 -- Prevented makemigrations from accessing an empty database.Tim Graham
2016-07-28Fixed #26114 -- Fixed AlterModelTable.describe() if db_table is None.premanand lakshmanan
2016-07-14Reverted "Fixed #25388 -- Added an option to allow disabling of migrations du...Tim Graham
2016-07-12Fixed #26088 -- Made autodector detect changing proxy model to MTI.Jon Dufresne
2016-07-09Fixed #26881 -- Fixed duplicate managers in migrations.Loïc Bistuer
2016-07-07Refs #26709 -- Checked allow_migrate_model() in Add/RemoveIndex operations.Akshesh
2016-07-07Refs #26709 -- Required a name for Indexes passed to AddIndex.Akshesh
2016-07-03Refs #26808 -- Avoided clashing keyword arguments in test_autodetectorAkshesh
2016-06-27Fixed #26709 -- Added class-based indexes.Akshesh
2016-06-24Fixed #26795 -- Factored out get_changes() in test_autodetector.py.akki
2016-06-20Fixed #26643 -- Prevented unnecessary AlterModelManagers operations caused by...Loïc Bistuer
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-06-06Fixed #26710 -- Made CreateModel.references_model() take app_label into account.Sergey Fedoseev
2016-05-30Fixed #25044 -- Fixed migrations for renaming ManyToManyField's through model.Vytis Banaitis
2016-05-26Fixed #26647 -- Included the state of all applied migrations when migrating f...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