index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
migrations
/
test_autodetector.py
Age
Commit message (
Expand
)
Author
2021-11-02
[4.0.x] Fixed #33234 -- Fixed autodetector crash for proxy models inheriting ...
Mariusz Felisiak
2021-10-25
[4.0.x] Fixed #31503 -- Made autodetector remove unique/index_together before...
David Wobrock
2021-09-20
Refs #33119 -- Added tests for changing model name case referenced by ManyToM...
AliGhotbizadeh
2021-08-11
Refs #29898 -- Changed ProjectState.real_apps to set.
Mariusz Felisiak
2021-04-16
Fixed #29899 -- Made autodetector use model states instead of model classes.
David Wobrock
2021-03-12
Fixed #31516 -- Improved naming of migrations with multiple operations.
manav014
2021-03-12
Refs #31516 -- Added Migration.suggest_name() tests for migrations with no op...
Adam Johnson
2021-03-12
Refs #31516, Refs #31703 -- Made makemigrations always name initial migration...
Adam Johnson
2020-08-28
Fixed #31954 -- Fixed migration optimization for MTI model creation with pare...
Koen De Wit
2020-08-08
Fixed #31831 -- Fixed migration operations ordering when adding order_with_re...
Iuri de Silvio
2020-08-08
Refs #31831 -- Added autodector test for unique/index_together on _order field.
Iuri de Silvio
2020-06-24
Fixed #31703 -- Made makemigrations name all initial migrations "initial".
Jon Dufresne
2020-06-24
Refs #31703 -- Added Migration.suggest_name() test for initial migration with...
Jon Dufresne
2020-06-24
Refs #31703 -- Moved MigrationAutodetector.suggest_name() to Migration.
Jon Dufresne
2020-05-28
Fixed #31468 -- Allowed specifying migration filename in Operation.
Adam Johnson
2020-05-28
Refs #31468 -- Added tests for MigrationAutodetector.suggest_name().
Adam Johnson
2020-05-26
Fixed #31416 -- Made autodetector find dependencies for MTI model creation on...
Nan Liu
2020-03-25
Fixed #23916 -- Allowed makemigrations to handle related model name case chan...
Adam Johnson
2019-10-14
Fixed #30868 -- Prevented unnecessary AlterField when renaming a referenced pk.
Simon Charette
2019-09-03
Fixed #30691 -- Made migrations autodetector find dependencies for foreign ke...
Viktor Lomakin
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2018-11-30
Fixed #29987 -- Detected unmanaged model deletions.
Tim Fiedler
2018-10-29
Fixed #29897 -- Fixed autodetector's swappable MTI dependency resolution.
Simon Charette
2018-10-02
Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...
Simon Charette
2018-09-14
Fixed #29755 -- Made migrations detect changes to Meta.default_related_name.
Simon Charette
2018-07-25
Refs #24424 -- Added regression tests for MTI-inheritance model removal.
Simon Charette
2018-07-19
Fixed #27731 -- Implemented CreateModel/AlterFooOperation reduction.
Simon Charette
2018-07-19
Fixed #28862 -- Disabled optimization of AlterFooTogether and RemoveField.
Simon Charette
2018-07-11
Allowed RemoveField operations to be optimized through.
Simon Charette
2018-07-11
Fixed #27768 -- Allowed migration optimization of CreateModel order.
Simon Charette
2018-07-11
Refs #27768 -- Reversed order of optimized and in-between operations.
Simon Charette
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-03-28
Fixed #29245 -- Made autodetector treat field renames + db_column addition as...
Simon Charette
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2017-12-30
Fixed #25817 -- Made RenameField repoint to_field/to_fields references.
Simon Charette
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-09-04
Fixed #28493 -- Made migrations autodetector find dependencies for model rena...
Jeremy Satterfield
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-19
Fixed #27165 -- Removed unnecessary CreateModel(... 'indexes': []) in migrati...
akki
2016-08-05
Fixed #26808 -- Added Meta.indexes for class-based indexes.
Akshesh
2016-07-12
Fixed #26088 -- Made autodector detect changing proxy model to MTI.
Jon Dufresne
2016-07-03
Refs #26808 -- Avoided clashing keyword arguments in test_autodetector
Akshesh
2016-06-27
Fixed #26709 -- Added class-based indexes.
Akshesh
2016-06-24
Fixed #26795 -- Factored out get_changes() in test_autodetector.py.
akki
2016-05-30
Fixed #25044 -- Fixed migrations for renaming ManyToManyField's through model.
Vytis Banaitis
[next]