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-10
Refs #34553 -- Split constraint escaping test in subtests.
Simon Charette
2023-05-09
Refs #34534 -- Reduced Add/RemoveConstraint and Add/RenameIndex operations wh...
Akash Kumar Sen
2023-05-03
Fixed #34529, Refs #34525 -- Reduced index operations with Meta.indexes/index...
Mariusz Felisiak
2023-05-01
Fixed #34528 -- Reduced Add/RemoveIndex operations when optimizing migrations.
Mariusz Felisiak
2023-03-21
Fixed #34388 -- Allowed using choice enumeration types directly on model and ...
T. Franzel
2023-03-20
Fixed #34420 -- Corrected the order of imports in generated migration files.
Andy Chosak
2023-03-10
Fixed #34333 -- Fixed migration operations ordering when adding index/constra...
Durval Carvalho
2023-03-04
Refs #34381 -- Fixed isolation of MigrateTests.test_migrate_fake_initial().
Mariusz Felisiak
2023-02-24
Fixed #34366 -- Reduced AlterField operations when optimizing migrations.
Laurent Tramoy
2023-02-23
Refs #30060, Refs #34217 -- Made SchemaEditor not generate SQL for CheckConst...
Mariusz Felisiak
2023-02-15
Completed test coverage for django.db.migrations.graph.
Marcelo Galigniana
2023-02-14
Fixed #34250 -- Fixed renaming model with m2m relation to a model with the sa...
DevilsAutumn
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-19
Fixed #32528 -- Replaced django.utils.topological_sort with graphlib.Topologi...
Nick Pope
2023-01-18
Refs #34233 -- Used types.NoneType.
Nick Pope
2023-01-18
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
2023-01-17
Refs #32365 -- Removed django.utils.timezone.utc per deprecation timeline.
Mariusz Felisiak
2023-01-17
Refs #32365 -- Removed support for pytz timezones per deprecation timeline.
Mariusz Felisiak
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
[prev]
[next]