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
/
models.py
Age
Commit message (
Expand
)
Author
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-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
2016-09-28
Fixed #27217 -- Fixed crash in CreateModel optimization with models that use ...
Tim Graham
2016-08-16
Refs #26709 -- Added index name to AddIndex.describe().
Akshesh
2016-08-02
Refs #26709 -- Replaced Index.get_name() with set_name_with_model().
Akshesh
2016-07-28
Fixed #26114 -- Fixed AlterModelTable.describe() if db_table is None.
premanand lakshmanan
2016-07-07
Refs #26709 -- Checked allow_migrate_model() in Add/RemoveIndex operations.
Akshesh
2016-07-07
Refs #26709 -- Added 'model' argument to SchemaEditor.add/remove_index()
Akshesh
2016-07-07
Refs #26709 -- Added IndexOperation to avoid code duplication.
Akshesh
2016-07-07
Refs #26709 -- Required a name for Indexes passed to AddIndex.
Akshesh
2016-06-27
Fixed #26709 -- Added class-based indexes.
Akshesh
2016-06-20
Fixed #26643 -- Prevented unnecessary AlterModelManagers operations caused by...
Loïc Bistuer
2016-06-06
Fixed #26710 -- Made CreateModel.references_model() take app_label into account.
Sergey Fedoseev
2016-05-30
Fixed #25044 -- Fixed migrations for renaming ManyToManyField's through model.
Vytis Banaitis
2016-04-28
Refs #26521 -- Adjusted CreateModel bases validation to account for mixins.
Simon Charette
2016-04-27
Refs #26521 -- Added the duplicated value to CreateModel validation messages.
Simon Charette
2016-04-27
Fixed #26521 -- Validated CreateModel bases, fields and managers for duplicates.
James Robert
2016-03-03
Fixed #26316 -- Factored duplicated code in model/field migration operations.
Akshesh
2016-01-23
Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided.
Simon Charette
2016-01-23
Fixed #26064 -- Moved operation reduction logic to their own class.
Simon Charette
2015-12-15
Fixed #25852 -- Made sure AlterModelManager forces a reload of its model state.
Simon Charette
2015-06-16
Fixed #24828 -- Allowed migration optimization across AlterFooTogether
Markus Holtermann
2015-04-30
Fixed #24725 -- Allowed renaming of target models in ManyToMany relations
Markus Holtermann
2015-04-21
Refs #24354 -- Prevented repointing of relations on superclasses when migrati...
Matthew Wilkes
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-15
Fixed #24135 -- Made RenameModel rename many-to-many tables.
Tim Graham
2015-01-07
Refs #22608 -- Optimized migration optimizer and migrate by caching calls to ...
Ulrich Petri
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-02
Fixed #23745 -- Reused states as much as possible in migrations
Claude Paroz
2015-01-02
Replaced migration state render() by apps cached property
Claude Paroz
2014-12-23
Fixed #24037 -- Prevented data loss possibility when changing Meta.managed.
Tim Graham
2014-12-16
Fixed #23983 -- Fixed a crash in migrations when adding order_with_respect_to...
Andriy Sokolovskiy
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-11-28
Fixed #23894 -- Made deconstruct methods favor kwargs over args
Markus Holtermann
2014-11-22
Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"
Carl Meyer
2014-11-22
Fixed #23892 -- Made deconstructible classes forwards compatible
Carl Meyer
2014-11-20
Fixed #23844 -- Used topological sort for migration operation dependency reso...
Patryk Zawadzki
2014-11-19
Fixed #22248 -- Made RenameModel reversible
Stratos Moros
[next]