summaryrefslogtreecommitdiff
path: root/django/db/migrations/operations
AgeCommit message (Expand)Author
2017-12-01[2.0.x] Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign ke...Tim Graham
2017-06-30Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with nonexistent...Simon Charette
2017-06-14Refs #27914 -- Used __qualname__ in model operations' deconstruct().chillaranand
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-05-01Fixed #28043 -- Prevented AddIndex and RemoveIndex from mutating model state.Ian Foote
2017-02-28Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #27666 -- Added ProjectState.reload_models().Markus Holtermann
2017-01-17Fixed #27666 -- Delayed rendering of recursivly related models in migration o...Markus Holtermann
2017-01-10Fixed #27717 -- Allowed migration optimization across AlterModelOptions.Ed Morley
2016-12-10Fixed #27310 -- Stopped rendering apps in RenameModel.state_forwards.Simon Charette
2016-10-04Fixed #27279 -- Fixed a migration performance regression related to RenameMod...Simon Charette
2016-09-28Fixed #27217 -- Fixed crash in CreateModel optimization with models that use ...Tim Graham
2016-08-16Refs #26709 -- Added index name to AddIndex.describe().Akshesh
2016-08-02Refs #26709 -- Replaced Index.get_name() with set_name_with_model().Akshesh
2016-07-28Fixed #26114 -- Fixed AlterModelTable.describe() if db_table is None.premanand lakshmanan
2016-07-07Refs #26709 -- Checked allow_migrate_model() in Add/RemoveIndex operations.Akshesh
2016-07-07Refs #26709 -- Added 'model' argument to SchemaEditor.add/remove_index()Akshesh
2016-07-07Refs #26709 -- Added IndexOperation to avoid code duplication.Akshesh
2016-07-07Refs #26709 -- Required a name for Indexes passed to AddIndex.Akshesh
2016-06-27Fixed #26709 -- Added class-based indexes.Akshesh
2016-06-20Fixed #26643 -- Prevented unnecessary AlterModelManagers operations caused by...Loïc Bistuer
2016-06-06Fixed #26710 -- Made CreateModel.references_model() take app_label into account.Sergey Fedoseev
2016-05-30Fixed #25044 -- Fixed migrations for renaming ManyToManyField's through model.Vytis Banaitis
2016-05-14Removed unused code in AlterField.database_forwards().Tim Graham
2016-04-28Refs #26521 -- Adjusted CreateModel bases validation to account for mixins.Simon Charette
2016-04-27Refs #26521 -- Added the duplicated value to CreateModel validation messages.Simon Charette
2016-04-27Fixed #26521 -- Validated CreateModel bases, fields and managers for duplicates.James Robert
2016-03-03Fixed #26316 -- Factored duplicated code in model/field migration operations.Akshesh
2016-02-05Fixed #25833 -- Added support for non-atomic migrations.Pankrat
2016-01-23Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided.Simon Charette
2016-01-23Fixed #26064 -- Moved operation reduction logic to their own class.Simon Charette
2016-01-07Fixed #25892 -- Optimized SeparateDatabaseAndState.database_backwards().Amos Onn
2015-12-15Fixed #25852 -- Made sure AlterModelManager forces a reload of its model state.Simon Charette
2015-12-09Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_backward...Amos Onn
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-16Fixed #24828 -- Allowed migration optimization across AlterFooTogetherMarkus Holtermann
2015-04-30Fixed #24725 -- Allowed renaming of target models in ManyToMany relationsMarkus Holtermann
2015-04-21Refs #24354 -- Prevented repointing of relations on superclasses when migrati...Matthew Wilkes
2015-04-18Fixed #23879 -- Allowed model migration skip based on feature/vendorClaude Paroz
2015-04-05Refs #24278 -- Allowed multi-line serializations in OperationWriter.Marten Kenbeek
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-15Fixed #24135 -- Made RenameModel rename many-to-many tables.Tim Graham
2015-01-10Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer
2015-01-09Fixed #24098 -- Added no-op attributes to RunPython and RunSQLMarkus Holtermann