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
/
tests
/
migrations
Age
Commit message (
Expand
)
Author
2013-09-06
Fixed #21014 -- Fixed gobbled ImportError in MigrationLoader.
Loic Bistuer
2013-09-04
Fixed #21010 -- Changed ModelState to only copy _meta.local_fields.
Loic Bistuer
2013-08-31
Fixed #21008 -- Made MigrationWriter handle Promise objects.
Loic Bistuer
2013-08-23
Removed usage of u"" string prefix, which doesn't work on python3.2
Alex Gaynor
2013-08-23
Fix some small errors in the tests
Andrew Godwin
2013-08-21
Change autodetector changes API to be just one method
Andrew Godwin
2013-08-19
Add more stringent M2M tests and fix the bug they exposed
Andrew Godwin
2013-08-11
Fix weird planning issues when already fully migrated.
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-25
Add tests for the migrate command and fix a bug they exposed
Andrew Godwin
2013-07-22
Make migrate command recognise prefixes and 'zero'.
Andrew Godwin
2013-07-02
Add AlterIndexTogether operation
Andrew Godwin
2013-07-02
Fix some bad test running under PostgreSQL
Andrew Godwin
2013-07-02
Autodetection of unique_together changes
Andrew Godwin
2013-07-02
Add unique_together altering operation
Andrew Godwin
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
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
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
Add an Executor for end-to-end running
Andrew Godwin
2013-05-30
Fix graph tests
Andrew Godwin
2013-05-30
Add the start of some operation tests
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-10
Do some basic testing of the recorder
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]