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
Age
Commit message (
Expand
)
Author
2023-05-17
[4.2.x] Fixed #34568 -- Made makemigrations --update respect --name option.
Mariusz Felisiak
2023-05-03
[4.2.x] Fixed #34529, Refs #34525 -- Reduced index operations with Meta.index...
Mariusz Felisiak
2023-02-14
[4.2.x] Fixed #34250 -- Fixed renaming model with m2m relation to a model wit...
DevilsAutumn
2023-02-01
[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.
David Smith
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-10-31
Used more augmented assignment statements.
Nick Pope
2022-09-28
Fixed #34051 -- Made makemigrations --check exit before making migrations.
Jacob Walls
2022-09-27
Fixed #34052 -- Made migrate --check don't emit signals and output when up to...
JunKi Yoon
2022-09-27
Fixed #34050 -- Replaced invalid chars in migration names with '_'.
Adam Johnson
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-08-25
Fixed #33938 -- Fixed migration crash for m2m with a through model in another...
Simon Charette
2022-08-25
Fixed #33916 -- Added support for serialization of enum.Flag in migrations.
Willem Van Onsem
2022-08-16
Refs #33916 -- Added tests for serialization of enum.Flag in migrations.
Willem Van Onsem
2022-08-03
Fixed #33887 -- Fixed test_fails_squash_migration_manual_porting() on final t...
Alberto Planas
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-06-17
Fixed #24870 -- Added --update option to makemigrations command.
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-26
Fixed #23740 -- Fixed removing unique_together constraint if exists primary k...
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-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-04-21
Fixed #33509 -- Added "(no-op)" to sqlmigrate output for operations without S...
Adam Johnson
2022-04-21
Refs #33509 -- Made sqlmigrate tests stricter and improved isolation.
Adam Johnson
2022-04-13
Fixed tests on databases that don't support introspecting foreign keys.
Mariusz Felisiak
2022-04-04
Fixed #33605 -- Fixed migration crash when altering RegexValidator to pre-com...
Brian Helba
2022-03-29
Refs #32365 -- Deprecated django.utils.timezone.utc.
Carlton Gibson
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-23
Refs #32365 -- Made migration writer use datetime.timezone.utc.
Carlton Gibson
2022-03-11
Fixed #33572 -- Implemented CreateModel/AlterModelManagers reduction.
Adam Johnson
2022-02-23
Refs #33476 -- Added warning to optimizemigration/squashmigrations commands w...
Mariusz Felisiak
2022-02-22
Fixed #27844 -- Added optimizemigration management command.
David Wobrock
2022-02-16
Fixed #33515 -- Prevented recreation of migration for ManyToManyField to lowe...
Mariusz Felisiak
2022-02-11
Refs #33476 -- Made management commands use black.
Carlton Gibson
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-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-02-01
Fixed #33480 -- Fixed makemigrations crash when renaming field of renamed model.
Kirill Safronov
2022-01-27
Fixed #33462 -- Fixed migration crash when altering type of primary key with ...
Mariusz Felisiak
[next]