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-11-02
[4.0.x] Fixed #33234 -- Fixed autodetector crash for proxy models inheriting ...
Mariusz Felisiak
2021-10-25
[4.0.x] Fixed #31503 -- Made autodetector remove unique/index_together before...
David Wobrock
2021-10-18
[4.0.x] Fixed #33194 -- Fixed migrations when altering a field with functiona...
Hannes Ljungberg
2021-09-20
Refs #33119 -- Added tests for changing model name case referenced by ManyToM...
AliGhotbizadeh
2021-09-16
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-08-31
Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables whe...
Mariusz Felisiak
2021-08-30
Fixed #24900 -- Allowed migrating backward to squashed migrations.
Jacob Walls
2021-08-30
Refs #24900 -- Added MigrationLoader test for applying squashed migrations.
Jacob Walls
2021-08-27
Fixed #32900 -- Improved migrations questioner prompts.
Mateo Radman
2021-08-27
Refs #32900 -- Added makemigrations tests for messages in interactive mode.
Mateo Radman
2021-08-27
Refs #32900 -- Added test for ignoring the default value in InteractiveMigrat...
Mateo Radman
2021-08-26
Refs #29898 -- Changed fields in ProjectState's relation registry to dict.
Mariusz Felisiak
2021-08-25
Refs #29898 -- Made ProjectState encapsulate alterations in relations registry.
Manav Agarwal
2021-08-19
Fixed #33014 -- Made ProjectState raise exception when real_apps argument is ...
Chris Jerdonek
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
[next]