summaryrefslogtreecommitdiff
path: root/tests/migrations/test_autodetector.py
AgeCommit message (Expand)Author
2020-08-28Fixed #31954 -- Fixed migration optimization for MTI model creation with pare...Koen De Wit
2020-08-08Fixed #31831 -- Fixed migration operations ordering when adding order_with_re...Iuri de Silvio
2020-08-08Refs #31831 -- Added autodector test for unique/index_together on _order field.Iuri de Silvio
2020-06-24Fixed #31703 -- Made makemigrations name all initial migrations "initial".Jon Dufresne
2020-06-24Refs #31703 -- Added Migration.suggest_name() test for initial migration with...Jon Dufresne
2020-06-24Refs #31703 -- Moved MigrationAutodetector.suggest_name() to Migration.Jon Dufresne
2020-05-28Fixed #31468 -- Allowed specifying migration filename in Operation.Adam Johnson
2020-05-28Refs #31468 -- Added tests for MigrationAutodetector.suggest_name().Adam Johnson
2020-05-26Fixed #31416 -- Made autodetector find dependencies for MTI model creation on...Nan Liu
2020-03-25Fixed #23916 -- Allowed makemigrations to handle related model name case chan...Adam Johnson
2019-10-14Fixed #30868 -- Prevented unnecessary AlterField when renaming a referenced pk.Simon Charette
2019-09-03Fixed #30691 -- Made migrations autodetector find dependencies for foreign ke...Viktor Lomakin
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2018-11-30Fixed #29987 -- Detected unmanaged model deletions.Tim Fiedler
2018-10-29Fixed #29897 -- Fixed autodetector's swappable MTI dependency resolution.Simon Charette
2018-10-02Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...Simon Charette
2018-09-14Fixed #29755 -- Made migrations detect changes to Meta.default_related_name.Simon Charette
2018-07-25Refs #24424 -- Added regression tests for MTI-inheritance model removal.Simon Charette
2018-07-19Fixed #27731 -- Implemented CreateModel/AlterFooOperation reduction.Simon Charette
2018-07-19Fixed #28862 -- Disabled optimization of AlterFooTogether and RemoveField.Simon Charette
2018-07-11Allowed RemoveField operations to be optimized through.Simon Charette
2018-07-11Fixed #27768 -- Allowed migration optimization of CreateModel order.Simon Charette
2018-07-11Refs #27768 -- Reversed order of optimized and in-between operations.Simon Charette
2018-07-10Fixed #11964 -- Added support for database check constraints.Ian Foote
2018-03-28Fixed #29245 -- Made autodetector treat field renames + db_column addition as...Simon Charette
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2017-12-30Fixed #25817 -- Made RenameField repoint to_field/to_fields references.Simon Charette
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-12-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
2017-11-06Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов
2017-09-04Fixed #28493 -- Made migrations autodetector find dependencies for model rena...Jeremy Satterfield
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-09-19Fixed #27165 -- Removed unnecessary CreateModel(... 'indexes': []) in migrati...akki
2016-08-05Fixed #26808 -- Added Meta.indexes for class-based indexes.Akshesh
2016-07-12Fixed #26088 -- Made autodector detect changing proxy model to MTI.Jon Dufresne
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-05-30Fixed #25044 -- Fixed migrations for renaming ManyToManyField's through model.Vytis Banaitis
2016-05-09Fixed #25005 -- Made date and time fields with auto_now/auto_now_add use effe...Iacopo Spalletti
2016-04-19Fixed #26475 -- Added functools.partial() support to migrations autodetector.Matthew Schinckel
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-11-20Fixed #25551 -- Fixed migration operations ordering when adding fields and a ...Ana Vojnovic
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
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