summaryrefslogtreecommitdiff
path: root/django/db/migrations
AgeCommit message (Expand)Author
2026-04-20Refs #36005 -- Made OperationCategory subclass StrEnum.Clifford Gama
2026-02-02Fixed #36893 -- Serialized elidable kwarg for RunSQL and RunPython operations.SnippyCodes
2026-01-28Fixed #36878 -- Unified data type for *_together options in ModelState.Markus Holtermann
2026-01-19Fixed #36869 -- Optimized MigrationGraph._generate_plan membership checks.James Fysh
2025-12-19Fixed #36791 -- Made MigrationAutodetector recreate through table when m2m ta...Johanan Oppong Amoateng
2025-11-18Fixed #36141 -- Checked for applied replaced migrations recursively.Georgi Yanchev
2025-11-04Fixed #36652 -- Increased determinism when loading migrations from disk.Jayden Kneller
2025-11-03Fixed #36695 -- Fixed handling of parameterized generics in migration seriali...Augusto Pontes
2025-10-18Fixed #21961 -- Added support for database-level delete options for ForeignKey.Mariusz Felisiak
2025-09-19Refs #36438 -- Simplified retrieval of GeneratedField base fields in migratio...Clifford Gama
2025-07-25Refs #36438 -- Made FieldOperation.references_field() detect references in Ge...Clifford Gama
2025-07-25Fixed #36438 -- Made MigrationAutodetector remove generated fields before the...Clifford Gama
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-07-03Refs #27236 -- Removed references to removed index_together migration methods.Clifford Gama
2025-06-27Fixed #35595, #35962 -- Removed indexes and constraints before fields in migr...wookkl
2025-06-23Fixed #35305 -- Avoided recreating constraints on fields renamed via db_column.Jacob Walls
2025-06-19Refs #35038 -- Reduced CreateModel/AlterConstraint operations when optimizing...Jacob Walls
2025-05-13Fixed #36383 -- Improved migration serialization for functools.partial objects.Adam Johnson
2025-05-13Refs #36383 -- Extended DeconstructibleSerializer to support non-identifier k...Adam Johnson
2025-05-13Refs #36383, #26151 -- Corrected spelling of DeconstructibleSerializer.Adam Johnson
2025-05-12Fixed #33174 -- Fixed migrations crash for model inheriting from Generic[T].Thibaut Decombe
2025-04-16Americanized some spellings.Adam Johnson
2025-04-16Fixed #36274 -- Added support for run_before and atomic in MigrationWriter.Mikuláš Poul
2025-04-01Fixed #36184 -- Allowed migrating forward to squashed migrations.Jacob Walls
2025-03-31Refs #28909 -- Simplified code using unpacking generalizations.Aarni Koskela
2025-03-31Fixed #36265 -- Added support for serialization of ZoneInfo instances in migr...Song Junho
2025-02-18Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.Mariusz Felisiak
2025-02-16Refs #35704 -- Used copy.replace() in Operation.reduce() methods.Adam Johnson
2025-02-13Fixed #36146 -- Recorded applied/unapplied migrations recursively.Georgi Yanchev
2025-02-06Refs #22997 -- Prevented requesting a default value for auto fields.Ben Cail
2025-01-22Fixed #24529 -- Allowed double squashing of migrations.Georgi Yanchev
2025-01-22Refs #24529 -- Added replace_migration hook to MigrationLoader.Georgi Yanchev
2025-01-20Fixed #36005 -- Dropped support for Python 3.10 and 3.11.Mariusz Felisiak
2025-01-10Refs #36064 -- Added Model.has_db_default() to encapsulate NOT_PROVIDED checks.Simon Charette
2024-12-27Fixed #35991 -- Fixed crash when adding non-nullable field after renaming par...Mariusz Felisiak
2024-12-19Fixed #36016 -- Prevented traceback when quitting makemigrations with Ctrl-C.Aman Sharma
2024-12-17Fixed #34856 -- Fixed references to index_together in historical migrations.Andrés Reverón Molina
2024-12-17Refs #27236 -- Removed references to index_together from ModelState.from_model.Simon Charette
2024-11-28Fixed #35038 -- Created AlterConstraint operation.Salvo Polizzi
2024-11-18Fixed #35882 -- Made migration questioner loop on all errors.Adam Johnson
2024-09-03Fixed #35704 -- Fixed reduction for AddIndex subclasses.Adam Johnson
2024-08-30Fixed #35700 -- Added AlterModelTable and AlterModelTableComment reductions.Adam Johnson
2024-07-10Fixed #35424 -- Checked order_with_respect_to is available when migrating _or...Daniel Patrick
2024-06-13Fixed #34881 -- Fixed a crash when renaming a model with multiple ManyToManyF...Anže Pečar
2024-05-02Fixed #35359 -- Fixed migration operations ordering when adding fields refere...DevilsAutumn
2024-03-22Fixed #34841 -- Avoided rendering apps on state still requiring mutation.David Sanders
2024-02-09Refs #34534 -- Reduced constraint operations with Meta.constraints when optim...Ben Cail
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-17Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...Amir Karimi