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
/
fields.py
Age
Commit message (
Expand
)
Author
2014-10-09
Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...
Markus Holtermann
2014-08-07
Fixed #23244: Error altering FK to non-FK in migrations
Andrew Godwin
2014-07-21
Fixed #23014: Renaming not atomic with unique together
Andrew Godwin
2014-06-17
Fixed #22853: Swapped models are now ignored for migration operations.
Andrew Godwin
2014-05-06
Added a bunch of missing unicode_literals
Claude Paroz
2014-03-11
Fix AlterField migrations that are related to a RenameModel migration
Chris Beaven
2014-01-19
Fixed #21783: (again) Found second source of bug, also squashed it.
Andrew Godwin
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-10-02
Initial version of MigrationOptimizer and tests
Andrew Godwin
2013-07-30
Implement allow_migrate for migration operations
Andrew Godwin
2013-07-02
Add unique_together altering operation
Andrew Godwin
2013-06-20
Add AlterField and RenameField operations
Andrew Godwin
2013-06-19
Autodetect fields, have migrate actually work
Andrew Godwin
2013-06-19
Makemigration command now works
Andrew Godwin
2013-05-30
Use correct model versions for field operations
Andrew Godwin
2013-05-30
Add an Executor for end-to-end running
Andrew Godwin
2013-05-29
Start adding operations that work and tests for them
Andrew Godwin
[prev]