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
/
operations
Age
Commit message (
Expand
)
Author
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
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-05-28
Fixed #31468 -- Allowed specifying migration filename in Operation.
Adam Johnson
2020-04-22
Fixed #31499 -- Stored ModelState.fields into a dict.
Simon Charette
2020-04-10
Refs #28305 -- Consolidated field referencing detection in migrations.
Simon Charette
2020-04-09
Replaced ModelTuple by a model resolving function and bare tuples.
Simon Charette
2020-04-09
Replaced Operation._get_model_tuple() by ModelTuple.from_model().
Simon Charette
2020-04-09
Made Operation.references_model/references_field require app_label.
Simon Charette
2020-04-09
Refs #22608 -- Made app_label required when optimizing migrations.
Simon Charette
2020-04-07
Refs #29000 -- Restored delayed model rendering of RenameField.
Simon Charette
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-08-02
Simplified AlterModelTable by making it subclass ModelOptionOperation.
Nick Pope
2019-04-18
Fixed typos in docs, comments, and exception messages.
Ville Skyttä
2018-10-29
Fixed #29868 -- Retained database constraints on SQLite table rebuilds.
Simon Charette
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-14
Fixed #29755 -- Made migrations detect changes to Meta.default_related_name.
Simon Charette
2018-08-01
Fixed typos in comments and docs.
luz.paz
2018-07-19
Refs #28862 -- Removed the FieldRelatedOptionOperation.reduce() optimization.
Simon Charette
2018-07-19
Fixed #26906 -- Reduced alter together operations code duplication.
Simon Charette
2018-07-19
Fixed #27731 -- Implemented CreateModel/AlterFooOperation reduction.
Simon Charette
2018-07-19
Fixed #28862 -- Disabled optimization of AlterFooTogether and RemoveField.
Simon Charette
2018-07-11
Removed in_between from Operation.reduce()'s signature.
Simon Charette
2018-07-11
Allowed RemoveField operations to be optimized through.
Simon Charette
2018-07-11
Relaxed FieldOperation.references_field remote field checking.
Simon Charette
2018-07-11
Introduced ModelTuple to remove migrations boilerplate.
Simon Charette
2018-07-11
Fixed #26720 -- Prevented invalid CreateModel optimizations of related fields.
Simon Charette
2018-07-11
Fixed #27768 -- Allowed migration optimization of CreateModel order.
Simon Charette
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-06-15
Fixed #29000 -- Fixed RenameModel's renaming of a M2M column when run after R...
Jeff
2017-12-30
Fixed #25817 -- Made RenameField repoint to_field/to_fields references.
Simon Charette
2017-12-30
Moved _get_model_tuple() to the base Operation class.
Simon Charette
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-01
Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign key constr...
Tim Graham
2017-11-14
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2017-06-30
Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with nonexistent...
Simon Charette
2017-06-14
Refs #27914 -- Used __qualname__ in model operations' deconstruct().
chillaranand
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-01
Fixed #28043 -- Prevented AddIndex and RemoveIndex from mutating model state.
Ian Foote
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #27666 -- Added ProjectState.reload_models().
Markus Holtermann
2017-01-17
Fixed #27666 -- Delayed rendering of recursivly related models in migration o...
Markus Holtermann
2017-01-10
Fixed #27717 -- Allowed migration optimization across AlterModelOptions.
Ed Morley
2016-12-10
Fixed #27310 -- Stopped rendering apps in RenameModel.state_forwards.
Simon Charette
2016-10-04
Fixed #27279 -- Fixed a migration performance regression related to RenameMod...
Simon Charette
[next]