summaryrefslogtreecommitdiff
path: root/tests/migrations
AgeCommit message (Expand)Author
2026-03-14Refs #12529, #22325 -- Fixed ExecutorTests.test_custom_user isolation.Mariusz Felisiak
2026-03-08Fixed #12529 -- Fixed migrate --run-syncdb crash for existing model with trun...Mariusz Felisiak
2026-02-25Refs #36652, #36936 -- Improved path manipulation in a migration test launchi...pmppk
2026-02-10Added various missing test skips observed on MongoDB.Tim Graham
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-18Applied Black's 2026 stable style.Mariusz Felisiak
2025-12-19Fixed #36791 -- Made MigrationAutodetector recreate through table when m2m ta...Johanan Oppong Amoateng
2025-12-15Refs #36652 -- Avoided missing imports in a temporary file generated in a mig...Jacob Walls
2025-12-13Fixed #36765 -- Added support for stored GeneratedFields on Oracle 23ai/26ai ...Mariusz Felisiak
2025-11-18Fixed #36141 -- Checked for applied replaced migrations recursively.Georgi Yanchev
2025-11-13Refs #31055 -- Augmented regression tests for database system checks.Simon Charette
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-29Fixed assertIndexExists() crash when non-index constraint exists on the same ...Mariusz Felisiak
2025-09-05Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.Tim Graham
2025-08-04Fixed #35972 -- Fixed lookup crashes after subquery annotations.Jacob Walls
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-23Removed double spaces after periods and within phrases.Sarah Boyce
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 -- Added extra tests for serializing functools.partial in tests/m...Adam Johnson
2025-05-13Refs #36383 -- Extended DeconstructibleSerializer to support non-identifier k...Adam Johnson
2025-05-12Fixed #33174 -- Fixed migrations crash for model inheriting from Generic[T].Thibaut Decombe
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-31Fixed #36265 -- Added support for serialization of ZoneInfo instances in migr...Song Junho
2025-03-09Fixed #35487 -- Removed CASCADE from RemoveField() on PostgreSQL.petr.prikryl
2025-02-18Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.Mariusz Felisiak
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-13Refs #373 -- Adjusted test allowing AutoField in composite primary keys.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 #35969 -- Disallowed specifying a USING clause for altered generated fi...lufafajoshua
2024-12-17Fixed #34856 -- Fixed references to index_together in historical migrations.Andrés Reverón Molina
2024-12-11Fixed #35920 -- Observed requires_system_checks in migrate and runserver.Jacob Walls
2024-12-09Fixed #35935 -- Colorized system checks when running sqlmigrate.Jacob Walls
2024-11-29Fixed #35308 -- Handled OSError when launching code formatters.Jacob Walls
2024-11-29Fixed #373 -- Added CompositePrimaryKey.Bendeguz Csirmaz
2024-11-28Fixed #35038 -- Created AlterConstraint operation.Salvo Polizzi
2024-11-28Refs #35038 -- Added test for drop and recreation of a constraint.Salvo Polizzi
2024-11-18Fixed #35882 -- Made migration questioner loop on all errors.Adam Johnson