summaryrefslogtreecommitdiff
path: root/django/db/migrations/operations/utils.py
AgeCommit message (Expand)Author
2020-08-28Fixed #31954 -- Fixed migration optimization for MTI model creation with pare...Koen De Wit
2020-04-22Fixed #31499 -- Stored ModelState.fields into a dict.Simon Charette
2020-04-10Refs #28305 -- Consolidated field referencing detection in migrations.Simon Charette
2020-04-09Replaced ModelTuple by a model resolving function and bare tuples.Simon Charette
2019-04-18Fixed typos in docs, comments, and exception messages.Ville Skyttä
2018-07-11Introduced ModelTuple to remove migrations boilerplate.Simon Charette
2017-12-01Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign key constr...Tim Graham