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
/
django
/
db
/
migrations
Age
Commit message (
Expand
)
Author
2021-12-30
Fixed #23273 -- Avoided creation of django_migrations table when there are no...
Jacob Walls
2021-11-22
Fixed #33305 -- Fixed autodetector crash for ForeignKey with hardcoded "to" a...
Baptiste Mispelon
2021-11-02
Fixed #33234 -- Fixed autodetector crash for proxy models inheriting from non...
Mariusz Felisiak
2021-10-27
Fixed #33201 -- Made RenameModel operation a noop for models with db_table.
Iuri de Silvio
2021-10-25
Fixed #31503 -- Made autodetector remove unique/index_together before alterin...
David Wobrock
2021-10-19
Fixed #33197 -- Made field rename with prior matching db_column change a noop.
Simon Charette
2021-10-15
Fixed #23953 -- Made makemigrations continue number sequence for squashed mig...
Jacob Walls
2021-10-12
Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive ...
Jacob Walls
2021-10-11
Refs #32900 -- Restored '[y/N]' in questioner prompt when merging migrations.
Seonghyeon Cho
2021-10-06
Fixed #23408 -- Added migrations questioner prompt for adding unique fields w...
Jacob Walls
2021-09-16
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-08-30
Fixed #24900 -- Allowed migrating backward to squashed migrations.
Jacob Walls
2021-08-27
Fixed #32900 -- Improved migrations questioner prompts.
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-20
Refs #29898 -- Refactored out ProjectState.resolve_model_relations()/resolve_...
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 typos in migrations tests, comments, and error message.
Jacob Walls
2021-07-27
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
David Smith
2021-07-01
Fixed #32893 -- Fixed serialization of models.Model class in migrations.
abhiabhi94
2021-06-29
Refs #29898 -- Moved state_forwards()'s logic from migration operations to Pr...
manav014
2021-06-22
Refs #29898 -- Moved django.db.migrations.operations.utils to django.db.migra...
manav014
2021-06-08
Fixed #25255 -- Recorded unapplied squashed migrations.
Jacob Walls
2021-05-29
Fixed typos in comments and docs.
David Sanders
2021-04-16
Fixed #29899 -- Made autodetector use model states instead of model classes.
David Wobrock
2021-04-16
Refs #29899 -- Improved variable names in MigrationAutodetector._detect_chang...
David Wobrock
2021-04-16
Refs #29899 -- Moved resolve_relation() to django.db.migrations.utils.
David Wobrock
2021-03-12
Fixed #31516 -- Improved naming of migrations with multiple operations.
manav014
2021-03-12
Refs #31516, Refs #31703 -- Made makemigrations always name initial migration...
Adam Johnson
2021-02-19
Fixed #32256 -- Fixed migration optimization crash when swapping field names.
Hasan Ramezani
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-01-21
Fixed #32374 -- Stopped recording migration application before deferred SQL.
Simon Charette
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2020-12-29
Fixed #32302 -- Allowed migrations to be loaded from regular packages with no...
William Schwartz
2020-12-22
Refs #32285 -- Made AppConfigStub do not call super().__init__().
Hasan Ramezani
2020-12-18
Fixed #32262 -- Fixed migration optimization for model creation and Meta opti...
Hasan Ramezani
2020-08-28
Fixed #31954 -- Fixed migration optimization for MTI model creation with pare...
Koen De Wit
2020-08-08
Fixed #31831 -- Fixed migration operations ordering when adding order_with_re...
Iuri de Silvio
2020-07-22
Reverted "Fixed #30300 -- Allowed migrations to be loaded from directories wi...
Tim Graham
2020-07-10
Sorted conflicting migrations by names.
François Freitag
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 -- Moved MigrationAutodetector.suggest_name() to Migration.
Jon Dufresne
2020-05-28
Fixed #31468 -- Allowed specifying migration filename in Operation.
Adam Johnson
2020-05-26
Fixed #31416 -- Made autodetector find dependencies for MTI model creation on...
Nan Liu
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-04-22
Fixed #31499 -- Stored ModelState.fields into a dict.
Simon Charette
2020-04-22
Refs #31499 -- Ignored field ordering to determine ModelState equality.
Simon Charette
[prev]
[next]