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
Age
Commit message (
Expand
)
Author
2013-06-22
Autodetect ForeignKeys and add dependencies/split on circulars
Andrew Godwin
2013-06-21
Prompt about renames rather than doing them automatically
Andrew Godwin
2013-06-20
Autodetect field renames. HAHAHA. AHAHAHAHA. YES.
Andrew Godwin
2013-06-20
Autodetect field alters
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
Better naming, and prompt for NOT NULL field addition
Andrew Godwin
2013-06-19
Autodetect fields, have migrate actually work
Andrew Godwin
2013-06-19
Makemigration command now works
Andrew Godwin
2013-06-19
First stab at some migration creation commands
Andrew Godwin
2013-06-19
Fix test running with new apps stuff/migrate actually running migrations
Andrew Godwin
2013-06-07
Initial stab at a migrate command, it's probably quite a way off.
Andrew Godwin
2013-06-07
Auto-naming for migrations and some writer fixes
Andrew Godwin
2013-06-07
Autodetector tests
Andrew Godwin
2013-06-07
Field encoding
Andrew Godwin
2013-06-07
A bit of an autodetector and a bit of a writer
Andrew Godwin
2013-05-30
Remove debug prints
Andrew Godwin
2013-05-30
Use correct model versions for field operations
Andrew Godwin
2013-05-30
Fix error in ModelState.clone() not copying deep enough
Andrew Godwin
2013-05-30
Add an Executor for end-to-end running
Andrew Godwin
2013-05-30
Allow retrieval of project state at start of migrations
Andrew Godwin
2013-05-29
Start adding operations that work and tests for them
Andrew Godwin
2013-05-19
ModelState now freezes options and bases
Andrew Godwin
2013-05-18
Fix state tests a little
Andrew Godwin
2013-05-18
Split up test and make the State classes a bit better.
Andrew Godwin
2013-05-18
More conversion to a ContextManager schema_editor
Andrew Godwin
2013-05-18
Turn SchemaEditor into a context manager
Andrew Godwin
2013-05-10
Make a start on operations and state (not sure if final layout)
Andrew Godwin
2013-05-10
Add root_node and leaf_node functions to MigrationGraph
Andrew Godwin
2013-05-10
First phase of loading migrations from disk
Andrew Godwin
2013-05-10
Adding a dependency graph class and tests
Andrew Godwin
[prev]