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
2014-07-28
Fixed #23121: AlterModelOptions operation not changing state right
Andrew Godwin
2014-07-21
Fixed #23014: Renaming not atomic with unique together
Andrew Godwin
2014-07-15
Fixed #23013 -- Fixed removing unique_together/index_together constraints in ...
Tim Graham
2014-06-27
Fixed #22917 -- Fixed typo in AlterIndexTogether.describe().
Tim Graham
2014-06-25
Fixed #22903 -- Fixed migration generation if index_together or unique_togeth...
Tim Graham
2014-06-17
Fixed #22853: Swapped models are now ignored for migration operations.
Andrew Godwin
2014-06-15
Fixed #22568: Better proxy model support in migrations
Andrew Godwin
2014-06-15
Fixed #22470: Full migration support for order_with_respect_to
Andrew Godwin
2014-06-15
Persist non-schema-relevant Meta changes in migrations
Andrew Godwin
2014-06-07
Fixed #22750, #22248: Model renaming now also alters field FKs
Andrew Godwin
2014-06-05
Prevent operation pollution by later operations of fields
Andrew Godwin
2014-05-07
Fixed #22496: Data migrations get transactions again!
Andrew Godwin
2014-05-06
Added a bunch of missing unicode_literals
Claude Paroz
2014-04-26
Fixed #3214 -- Stopped parsing SQL with regex.
Aymeric Augustin
2014-03-19
Mark model renaming as irreversible for now (#22248)
Andrew Godwin
2014-03-11
Fix AlterField migrations that are related to a RenameModel migration
Chris Beaven
2014-03-01
Fixed #22172 -- Allowed index_together to be a single list (rather than list ...
Anubhav Joshi
2014-02-28
Fix keyword agument names in RunPython to be positional
Andrew Godwin
2014-02-23
Fixed #22095 -- Enabled backward migrations for RunPython operations
Andrew Gorcester
2014-02-12
Remove redunant code from RunPython operation
Andrew Godwin
2014-02-09
Removed unused imports + other flake8 fixes.
Tim Graham
2014-02-09
Fixed #21892: RunPython no longer accepts strings
Andrew Godwin
2014-01-19
Fixed #21783: (again) Found second source of bug, also squashed it.
Andrew Godwin
2014-01-20
Fixed #21323 -- Improved readability of serialized Operation.
Loic Bistuer
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-11
Fix altering of SERIAL columns and InnoDB being picky about FK changes
Andrew Godwin
2013-12-11
Change FKs when what they point to changes
Andrew Godwin
2013-12-04
Don't make a second migration if there was a force-null-default addcol.
Andrew Godwin
2013-11-06
flake8 fixes
Alex Gaynor
2013-11-06
Massive migration optimiser improvements + RenameModel opn
Andrew Godwin
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-29
Use `callable` instead of `six.callable`.
Baptiste Mispelon
2013-10-16
Improve migration optimizer to be able to optimize through other ops
Andrew Godwin
2013-10-07
Fixed #21236 -- Allowed migrations to work with unique_together tuples.
Javed Khan
2013-10-02
Initial version of MigrationOptimizer and tests
Andrew Godwin
2013-09-25
Add reverse_code optional argument to RunPython
Andrew Godwin
2013-09-25
Allow callables as the argument to RunPython
Andrew Godwin
2013-09-25
Make sqlmigrate ignore the RunPython operation
Andrew Godwin
2013-09-25
Add RunPython migration operation and tests
Andrew Godwin
2013-09-14
REmoved some unused imports
Alex Gaynor
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-07
RunSQL migration operation and alpha SeparateDatabaseAndState op'n.
Andrew Godwin
2013-07-30
Implement allow_migrate for migration operations
Andrew Godwin
2013-07-25
Add test for creating M2Ms
Andrew Godwin
2013-07-02
Add AlterIndexTogether operation
Andrew Godwin
2013-07-02
Add unique_together altering operation
Andrew Godwin
2013-06-20
Add AlterField and RenameField operations
Andrew Godwin
2013-06-20
Add operation that renames tables
Andrew Godwin
2013-06-19
Autodetect fields, have migrate actually work
Andrew Godwin
[prev]
[next]