index
:
django.git
fix-31295
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
2026-02-24
[6.0.x] Applied Black's 2026 stable style.
Mariusz Felisiak
2025-11-18
[6.0.x] Fixed #36141 -- Checked for applied replaced migrations recursively.
Georgi Yanchev
2025-09-29
[6.0.x] Fixed assertIndexExists() crash when non-index constraint exists on t...
Mariusz Felisiak
2025-09-05
Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.
Tim Graham
2025-08-04
Fixed #35972 -- Fixed lookup crashes after subquery annotations.
Jacob Walls
2025-07-25
Refs #36438 -- Made FieldOperation.references_field() detect references in Ge...
Clifford Gama
2025-07-25
Fixed #36438 -- Made MigrationAutodetector remove generated fields before the...
Clifford Gama
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-06-27
Fixed #35595, #35962 -- Removed indexes and constraints before fields in migr...
wookkl
2025-06-23
Fixed #35305 -- Avoided recreating constraints on fields renamed via db_column.
Jacob Walls
2025-06-19
Refs #35038 -- Reduced CreateModel/AlterConstraint operations when optimizing...
Jacob Walls
2025-05-13
Fixed #36383 -- Improved migration serialization for functools.partial objects.
Adam Johnson
2025-05-13
Refs #36383 -- Added extra tests for serializing functools.partial in tests/m...
Adam Johnson
2025-05-13
Refs #36383 -- Extended DeconstructibleSerializer to support non-identifier k...
Adam Johnson
2025-05-12
Fixed #33174 -- Fixed migrations crash for model inheriting from Generic[T].
Thibaut Decombe
2025-04-16
Fixed #36274 -- Added support for run_before and atomic in MigrationWriter.
Mikuláš Poul
2025-04-01
Fixed #36184 -- Allowed migrating forward to squashed migrations.
Jacob Walls
2025-03-31
Fixed #36265 -- Added support for serialization of ZoneInfo instances in migr...
Song Junho
2025-03-09
Fixed #35487 -- Removed CASCADE from RemoveField() on PostgreSQL.
petr.prikryl
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2025-02-13
Fixed #36146 -- Recorded applied/unapplied migrations recursively.
Georgi Yanchev
2025-02-06
Refs #22997 -- Prevented requesting a default value for auto fields.
Ben Cail
2025-01-22
Fixed #24529 -- Allowed double squashing of migrations.
Georgi Yanchev
2025-01-13
Refs #373 -- Adjusted test allowing AutoField in composite primary keys.
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 #35969 -- Disallowed specifying a USING clause for altered generated fi...
lufafajoshua
2024-12-17
Fixed #34856 -- Fixed references to index_together in historical migrations.
Andrés Reverón Molina
2024-12-11
Fixed #35920 -- Observed requires_system_checks in migrate and runserver.
Jacob Walls
2024-12-09
Fixed #35935 -- Colorized system checks when running sqlmigrate.
Jacob Walls
2024-11-29
Fixed #35308 -- Handled OSError when launching code formatters.
Jacob Walls
2024-11-29
Fixed #373 -- Added CompositePrimaryKey.
Bendeguz Csirmaz
2024-11-28
Fixed #35038 -- Created AlterConstraint operation.
Salvo Polizzi
2024-11-28
Refs #35038 -- Added test for drop and recreation of a constraint.
Salvo Polizzi
2024-11-18
Fixed #35882 -- Made migration questioner loop on all errors.
Adam Johnson
2024-11-18
Refs #35882 -- Added test for migration questioner KeyboardInterrupt.
Adam Johnson
2024-10-15
Fixed #35656 -- Added an autodetector attribute to the makemigrations and mig...
leondaz
2024-09-03
Fixed #35704 -- Fixed reduction for AddIndex subclasses.
Adam Johnson
2024-09-03
Fixed #35724 -- Tested migration commands handling of distributed namespace p...
Jacob Walls
2024-08-30
Fixed #35700 -- Added AlterModelTable and AlterModelTableComment reductions.
Adam Johnson
2024-08-01
Reverted "Fixed #28646 -- Prevented duplicate index when unique is set to Tru...
Sarah Boyce
2024-07-30
Fixed #28646 -- Prevented duplicate index when unique is set to True on Postg...
Ben Cail
2024-07-25
Fixed #35625 -- Fixed a crash when adding a field with db_default and check c...
Simon Charette
2024-07-10
Fixed #35424 -- Checked order_with_respect_to is available when migrating _or...
Daniel Patrick
2024-06-14
Refs #34881 -- Fixed OperationTests.test_rename_m2m_field_with_2_references()...
Mariusz Felisiak
2024-06-13
Fixed #34881 -- Fixed a crash when renaming a model with multiple ManyToManyF...
Anže Pečar
2024-05-23
Fixed typo in migrations test name.
Tim Graham
2024-05-03
Fixed #35422 -- Fixed migrations crash when altering GeneratedField referenci...
Mariusz Felisiak
[next]