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
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-09
[5.0.x] Fixed #34457 -- Restored output for makemigrations --check.
Adam Johnson
2023-11-07
[5.0.x] Fixed #34946 -- Preserved db_default on combined default field addition.
Simon Charette
2023-09-14
Fixed #24561 -- Added support for callables on model fields' choices.
Natalia
2023-09-13
Fixed #34822 -- Added support for serializing functions decorated with functo...
Nick Pope
2023-09-13
Refs #34822 -- Added tests for serializing decorated functions in migrations.
Nick Pope
2023-09-11
Fixed #34824 -- Prevented unnecessary AlterField when ForeignObject.from_fiel...
donghao
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-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-08-23
Fixed #34744 -- Prevented recreation of migration for constraints with a dict...
David Sanders
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-07-18
Fixed #34716 -- Fixed serialization of nested class methods in migrations.
Nicolò Intrieri
2023-07-12
Fixed #34697 -- Fixed non-deterministic order of dependencies and sets/frozen...
Yury V. Zaytsev
2023-06-28
Fixed RecorderTests.test_has_table_cached() on databases that perform multipl...
Mariusz Felisiak
2023-05-25
Made MigrationRecorder cache has_table() result if django_migrations table ex...
Tom Forbes
2023-05-17
Fixed #34568 -- Made makemigrations --update respect --name option.
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-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
[next]