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
2025-02-06
[5.2.x] Refs #22997 -- Prevented requesting a default value for auto fields.
Ben Cail
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
2024-05-02
Fixed #35359 -- Fixed migration operations ordering when adding fields refere...
DevilsAutumn
2024-03-25
Increased test coverage for django.db.migrations.operations.special.
Mariusz Felisiak
2024-03-22
Added ModelState.from_model() test for abstract model with unnamed indexes.
Mariusz Felisiak
2024-03-14
Fixed #28541 -- Fixed migrations crash when changing primary key on SQLite.
Ben Cail
2024-03-01
Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
Simon Charette
2024-02-13
Fixed #35122 -- Made migrate --prune option respect --app_label.
Moein Bbp
2024-02-09
Fixed #35175 -- Made migraton writer preserve keyword-only arguments.
David Sanders
2024-02-09
Refs #34534 -- Reduced constraint operations with Meta.constraints when optim...
Ben Cail
2024-02-04
Fixed #35149 -- Fixed crashes of db_default with unresolvable output field.
Simon Charette
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-23
Fixed #26827 -- Improved ModelState error message when relations refer model ...
Prashant Pandey
2023-11-22
Fixed #34984 -- Skipped GeneratedFields when remaking tables on SQLite.
Sarah Boyce
2023-11-14
Fixed #34944 -- Made GeneratedField.output_field required.
Mariusz Felisiak
2023-11-09
Fixed #34457 -- Restored output for makemigrations --check.
Adam Johnson
2023-11-07
Fixed #34946 -- Preserved db_default on combined default field addition.
Simon Charette
2023-11-02
Refs #34936 -- Added test for altering DecimalField with db_default to non-nu...
David Sanders
2023-09-18
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
Mariusz Felisiak
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
[next]