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
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-09-27
Fixed #34050 -- Replaced invalid chars in migration names with '_'.
Adam Johnson
2022-08-25
Fixed #33938 -- Fixed migration crash for m2m with a through model in another...
Simon Charette
2022-07-12
Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.
David Wobrock
2022-06-13
Refs #27236 -- Split index_together and unique_together autodetector tests.
David Wobrock
2022-06-13
Refs #27236 -- Added test_autodetector.BaseAutodetectorTests.
David Wobrock
2022-06-02
Fixed #31788 -- Fixed migration optimization after altering field to ManyToMa...
David Wobrock
2022-05-17
Refs #27064 -- Made migrations generate RenameIndex operations when moving in...
David Wobrock
2022-05-16
Refs #27064 -- Made migrations generate RenameIndex operations when renaming ...
David Wobrock
2022-04-04
Fixed #33605 -- Fixed migration crash when altering RegexValidator to pre-com...
Brian Helba
2022-02-16
Fixed #33515 -- Prevented recreation of migration for ManyToManyField to lowe...
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-01
Fixed #33480 -- Fixed makemigrations crash when renaming field of renamed model.
Kirill Safronov
2022-01-04
Fixed #33402 -- Optimized multiple AlterFooTogether operations.
David Wobrock
2021-12-17
Fixed #33366 -- Fixed case handling with swappable setting detection in migra...
Simon Charette
2021-11-22
Fixed #33305 -- Fixed autodetector crash for ForeignKey with hardcoded "to" a...
Baptiste Mispelon
2021-11-02
Fixed #33234 -- Fixed autodetector crash for proxy models inheriting from non...
Mariusz Felisiak
2021-10-26
Corrected AutodetectorTests.test_rename_field_and_foo_together()'s docstring.
Mariusz Felisiak
2021-10-25
Fixed #31503 -- Made autodetector remove unique/index_together before alterin...
David Wobrock
2021-10-19
Fixed #33197 -- Made field rename with prior matching db_column change a noop.
Simon Charette
2021-10-15
Fixed #23953 -- Made makemigrations continue number sequence for squashed mig...
Jacob Walls
2021-10-15
Refs #23953 -- Added MigrationAutodetector.parse_number() tests.
Jacob Walls
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
[next]