index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
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-05-14
Removed unused code in AlterField.database_forwards().
Tim Graham
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-02-05
Fixed #25833 -- Added support for non-atomic migrations.
Pankrat
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
2016-01-07
Fixed #25892 -- Optimized SeparateDatabaseAndState.database_backwards().
Amos Onn
2015-12-15
Fixed #25852 -- Made sure AlterModelManager forces a reload of its model state.
Simon Charette
2015-12-09
Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_backward...
Amos Onn
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
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-04-18
Fixed #23879 -- Allowed model migration skip based on feature/vendor
Claude Paroz
2015-04-05
Refs #24278 -- Allowed multi-line serializations in OperationWriter.
Marten Kenbeek
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-10
Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.
Loic Bistuer
2015-01-09
Fixed #24098 -- Added no-op attributes to RunPython and RunSQL
Markus Holtermann
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
2014-11-17
Fixed #23859 -- Fixed a migration crash when a field is renamed that is part ...
Markus Holtermann
2014-11-17
Avoided unneeded calls to state.render() in migrations.
twidi
2014-11-17
Reordered condition to avoid calling allow_migrate() if unneeded.
twidi
2014-10-29
Limited lines to 119 characters in django/{contrib,db}.
Berker Peksag
2014-10-23
Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables.
Tim Graham
2014-10-09
Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...
Markus Holtermann
2014-10-02
Fixed #23426 -- Allowed parameters in migrations.RunSQL
Markus Holtermann
2014-09-24
Fixed #23426 -- Don't require double percent sign in RunSQL without parameters
Markus Holtermann
2014-09-10
Fixed #23452 -- Prevented infinite migrations for empty unique/index_together.
Markus Holtermann
2014-09-02
Fixed #22918 -- Fixed SeparateDatabaseAndState crash
Dave Hall
2014-08-12
Fixed #23275: Unmanaged models kept by autodetector, ignored by ops
Andrew Godwin
2014-08-07
Fixed #23244: Error altering FK to non-FK in migrations
Andrew Godwin
2014-08-03
Fixed #23160 -- Correctly rename models with self referential fields.
Simon Charette
[prev]
[next]