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
/
django
/
db
/
migrations
Age
Commit message (
Expand
)
Author
2025-02-06
[5.2.x] Refs #22997 -- Prevented requesting a default value for auto fields.
Ben Cail
2025-01-10
Refs #36064 -- Added Model.has_db_default() to encapsulate NOT_PROVIDED checks.
Simon Charette
2024-12-27
Fixed #35991 -- Fixed crash when adding non-nullable field after renaming par...
Mariusz Felisiak
2024-12-19
Fixed #36016 -- Prevented traceback when quitting makemigrations with Ctrl-C.
Aman Sharma
2024-12-17
Fixed #34856 -- Fixed references to index_together in historical migrations.
Andrés Reverón Molina
2024-12-17
Refs #27236 -- Removed references to index_together from ModelState.from_model.
Simon Charette
2024-11-28
Fixed #35038 -- Created AlterConstraint operation.
Salvo Polizzi
2024-11-18
Fixed #35882 -- Made migration questioner loop on all errors.
Adam Johnson
2024-09-03
Fixed #35704 -- Fixed reduction for AddIndex subclasses.
Adam Johnson
2024-08-30
Fixed #35700 -- Added AlterModelTable and AlterModelTableComment reductions.
Adam Johnson
2024-07-10
Fixed #35424 -- Checked order_with_respect_to is available when migrating _or...
Daniel Patrick
2024-06-13
Fixed #34881 -- Fixed a crash when renaming a model with multiple ManyToManyF...
Anže Pečar
2024-05-02
Fixed #35359 -- Fixed migration operations ordering when adding fields refere...
DevilsAutumn
2024-03-22
Fixed #34841 -- Avoided rendering apps on state still requiring mutation.
David Sanders
2024-02-09
Refs #34534 -- Reduced constraint operations with Meta.constraints when optim...
Ben Cail
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-17
Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...
Amir Karimi
2023-12-22
Fixed #35022 -- Fixed RenameIndex() crash on unnamed indexes if exists unique...
David Wobrock
2023-11-28
Refs #34822, Refs #34986 -- Fixed migrations serializer support for functools...
Nick Pope
2023-11-23
Fixed #26827 -- Improved ModelState error message when relations refer model ...
Prashant Pandey
2023-11-21
Fixed #34980 -- Changed migration operation dependencies to namedtuples.
Mariusz Felisiak
2023-09-18
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
Mariusz Felisiak
2023-09-13
Fixed #34822 -- Added support for serializing functions decorated with functo...
Nick Pope
2023-09-11
Fixed #34824 -- Prevented unnecessary AlterField when ForeignObject.from_fiel...
donghao
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-05-25
Made MigrationRecorder cache has_table() result if django_migrations table ex...
Tom Forbes
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
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-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-02-24
Fixed #34366 -- Reduced AlterField operations when optimizing migrations.
Laurent Tramoy
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
Refs #32528 -- Simplified MigrationAutodetector._sort_migrations().
Nick Pope
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
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-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-07-26
Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...
Mariusz Felisiak
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-16
Fixed #33848 -- Optimized StateApps.clone().
Iuri de Silvio
2022-07-12
Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.
David Wobrock
2022-07-08
Refs #27236 -- Added generic mechanism to handle the deprecation of migration...
David Wobrock
[next]