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
/
tests
/
migrations
Age
Commit message (
Expand
)
Author
2021-08-11
Refs #29898 -- Changed ProjectState.real_apps to set.
Mariusz Felisiak
2021-08-04
Fixed #29063 -- Fixed migrate crash when specifying a name of partially appli...
Jacob Walls
2021-08-04
Fixed typos in migrations tests, comments, and error message.
Jacob Walls
2021-08-04
Used assertRaisesMessage() to test MigrationLoader.get_migration_by_prefix()'...
Mariusz Felisiak
2021-07-27
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
David Smith
2021-07-27
Refs #32743 -- Fixed recreation of foreign key constraints when altering type...
Jordan Bae
2021-07-26
Fixed #32743 -- Added foreign key altering when altering type of referenced p...
David Wobrock
2021-07-01
Fixed #32893 -- Fixed serialization of models.Model class in migrations.
abhiabhi94
2021-06-11
Fixed #25250 -- Clarified partially recorded state of squashed migrations in ...
Jacob Walls
2021-06-08
Fixed #25255 -- Recorded unapplied squashed migrations.
Jacob Walls
2021-06-07
Fixed typos in test comments.
luzpaz
2021-06-07
Fixed #32821 -- Updated os.scandir() uses to use a context manager.
Chris Jerdonek
2021-05-25
Fixed #32780 -- Made Add/RemoveConstraint operations a noop for covering/defe...
Hannes Ljungberg
2021-05-12
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2021-05-12
Added extra assertion to migrations.test_writer.WriterTests.test_serialize_da...
Nick Pope
2021-04-27
Fixed #32686 -- Removed unnecessary semicolon on collected multiline SQL for ...
Hannes Ljungberg
2021-04-27
Refs #32686 -- Added tests for adding a semicolon when collecting SQL for Run...
Hannes Ljungberg
2021-04-23
Fixed isolation of test_showmigrations_unmigrated_app().
Mariusz Felisiak
2021-04-22
Fixed isolation of test_showmigrations_unmigrated_app().
Mariusz Felisiak
2021-04-16
Fixed #29899 -- Made autodetector use model states instead of model classes.
David Wobrock
2021-03-12
Fixed #31516 -- Improved naming of migrations with multiple operations.
manav014
2021-03-12
Refs #31516 -- Added Migration.suggest_name() tests for migrations with no op...
Adam Johnson
2021-03-12
Refs #31516, Refs #31703 -- Made makemigrations always name initial migration...
Adam Johnson
2021-02-23
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2021-02-19
Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more ...
Hannes Ljungberg
2021-02-19
Fixed #32256 -- Fixed migration optimization crash when swapping field names.
Hasan Ramezani
2021-02-04
Fixed #32350 -- Fixed showmigrations crash for applied squashed migrations.
Daniel Ebrahimian
2021-02-04
Fixed #32395 -- Allowed capturing stdout of migration signals.
Simon Charette
2021-01-26
Fixed #32369 -- Fixed adding check constraints with pattern lookups and expre...
Simon Charette
2021-01-21
Fixed #32374 -- Stopped recording migration application before deferred SQL.
Simon Charette
2021-01-21
Refs #29721 -- Simplified migration used to test atomic recording.
Simon Charette
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2020-12-31
Fixed #31413 -- Fixed isolation of migrations.test_loader on databases that d...
Hasan Ramezani
2020-12-29
Fixed #32302 -- Allowed migrations to be loaded from regular packages with no...
William Schwartz
2020-12-23
Fixed isolation of test_migrate_fake_split_initial.
Mariusz Felisiak
2020-12-18
Fixed #32262 -- Fixed migration optimization for model creation and Meta opti...
Hasan Ramezani
2020-11-07
Removed hardcoded pks in migrations' test_alter_order_with_respect_to.
Tim Graham
2020-09-04
Fixed #27417 -- Made RenameField operation a noop for field name case changes...
Mariusz Felisiak
2020-08-28
Fixed #31954 -- Fixed migration optimization for MTI model creation with pare...
Koen De Wit
2020-08-14
Fixed #31826 -- Made AlterField operation a noop when adding db_column.
Iuri de Silvio
2020-08-13
Fixed #31825 -- Made RenameField operation a noop for fields with db_column.
Iuri de Silvio
2020-08-08
Fixed #31831 -- Fixed migration operations ordering when adding order_with_re...
Iuri de Silvio
2020-08-08
Refs #31831 -- Added autodector test for unique/index_together on _order field.
Iuri de Silvio
2020-07-22
Reverted "Fixed #30300 -- Allowed migrations to be loaded from directories wi...
Tim Graham
2020-07-20
Fixed #31769 -- Improved default naming of merged migrations.
Jon Dufresne
2020-07-10
Sorted conflicting migrations by names.
François Freitag
2020-06-26
Fixed #31742 -- Fixed makemigrations crash on ForeignKey to an app with mixed...
Mariusz Felisiak
2020-06-24
Fixed #31529 -- Added support for serialization of pathlib.Path/PurePath and ...
Nick Pope
2020-06-24
Fixed #31703 -- Made makemigrations name all initial migrations "initial".
Jon Dufresne
2020-06-24
Refs #31703 -- Added Migration.suggest_name() test for initial migration with...
Jon Dufresne
[prev]
[next]