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_operations.py
Age
Commit message (
Expand
)
Author
2024-02-04
[5.0.x] Fixed #35149 -- Fixed crashes of db_default with unresolvable output ...
Simon Charette
2024-02-01
[5.0.x] Refs #34936 -- Added test for altering DecimalField with db_default t...
David Sanders
2024-01-26
[5.0.x] Applied Black's 2024 stable style.
Mariusz Felisiak
2023-11-22
[5.0.x] Fixed #34984 -- Skipped GeneratedFields when remaking tables on SQLite.
Sarah Boyce
2023-11-14
[5.0.x] Fixed #34944 -- Made GeneratedField.output_field required.
Mariusz Felisiak
2023-11-07
[5.0.x] Fixed #34946 -- Preserved db_default on combined default field addition.
Simon Charette
2023-09-09
Fixed #34820 -- Fixed migrations crash when changing a ForeignObject field.
donghao
2023-09-07
Fixed #31300 -- Added GeneratedField model field.
Jeremy Nauta
2023-08-04
Fixed #34760 -- Dropped support for SQLite < 3.27.
Mariusz Felisiak
2023-07-22
Refs #24686 -- Made AlterField operation a noop when renaming related model w...
devilsautumn
2023-07-18
Refs #33201 -- Avoided unnecessary queries when renaming models with db_table...
Mariusz Felisiak
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-10
Fixed #34553 -- Fixed improper % escaping of literal in constraints.
Simon Charette
2023-05-10
Refs #34553 -- Split constraint escaping test in subtests.
Simon Charette
2023-02-23
Refs #30060, Refs #34217 -- Made SchemaEditor not generate SQL for CheckConst...
Mariusz Felisiak
2023-02-14
Fixed #34250 -- Fixed renaming model with m2m relation to a model with the sa...
DevilsAutumn
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-27
Fixed #34217 -- Fixed migration crash when removing check constraints on MySQ...
DevilsAutumn
2022-11-17
Fixed #28987 -- Fixed altering ManyToManyField when changing to self-referent...
DevilsAutumn
2022-09-25
Fixed #34027 -- Fixed migrations crash when altering type of char/text fields...
David Sanders
2022-08-29
Refs #33953 -- Fixed test_rename_model_with_db_table_rename_m2m() crash on SQ...
Mariusz Felisiak
2022-08-26
Fixed #33953 -- Reverted "Fixed #33201 -- Made RenameModel operation a noop f...
Iuri de Silvio
2022-07-26
Refs #27236 -- Reverted AlterIndexTogether deprecation.
Mariusz Felisiak
2022-07-21
Refs #27236 -- Made cosmetic edits to Meta.index_together deprecation.
Mariusz Felisiak
2022-07-12
Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.
David Wobrock
2022-07-12
Refs #27236 -- Split RenameField() tests with unique/index_together.
David Wobrock
2022-05-26
Fixed #23740 -- Fixed removing unique_together constraint if exists primary k...
David Wobrock
2022-05-16
Fixed #33710 -- Made RenameIndex operation a noop when the old and new name m...
David Wobrock
2022-05-12
Refs #27064 -- Added RenameIndex migration operation.
David Wobrock
2022-05-05
Refs #30581 -- Moved CheckConstraint tests for conditional expressions to mig...
Mariusz Felisiak
2022-05-02
Fixed #33413 -- Made migrations propage collations to related fields.
David Wobrock
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-01-27
Fixed #33462 -- Fixed migration crash when altering type of primary key with ...
Mariusz Felisiak
2021-10-27
Fixed #33201 -- Made RenameModel operation a noop for models with db_table.
Iuri de Silvio
2021-10-18
Fixed #33194 -- Fixed migrations when altering a field with functional indexe...
Hannes Ljungberg
2021-08-31
Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables whe...
Mariusz Felisiak
2021-07-27
Refs #32743 -- Fixed recreation of foreign key constraints when altering type...
Jordan Bae
2021-07-26
Fixed #32743 -- Added foreign key altering when altering type of referenced p...
David Wobrock
2021-05-25
Fixed #32780 -- Made Add/RemoveConstraint operations a noop for covering/defe...
Hannes Ljungberg
2021-04-27
Fixed #32686 -- Removed unnecessary semicolon on collected multiline SQL for ...
Hannes Ljungberg
2021-04-27
Refs #32686 -- Added tests for adding a semicolon when collecting SQL for Run...
Hannes Ljungberg
2021-02-23
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2021-02-19
Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more ...
Hannes Ljungberg
2021-01-26
Fixed #32369 -- Fixed adding check constraints with pattern lookups and expre...
Simon Charette
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2020-11-07
Removed hardcoded pks in migrations' test_alter_order_with_respect_to.
Tim Graham
2020-09-04
Fixed #27417 -- Made RenameField operation a noop for field name case changes...
Mariusz Felisiak
2020-08-14
Fixed #31826 -- Made AlterField operation a noop when adding db_column.
Iuri de Silvio
2020-08-13
Fixed #31825 -- Made RenameField operation a noop for fields with db_column.
Iuri de Silvio
[next]