django1/django/db/migrations
Andrew Godwin 52643a69e3 Add --fake option to migrate 2013-07-26 16:47:00 +01:00
..
operations Add test for creating M2Ms 2013-07-25 16:36:58 +01:00
__init__.py Start adding operations that work and tests for them 2013-05-29 17:47:10 +01:00
autodetector.py Autodetection of unique_together changes 2013-07-02 11:25:18 +01:00
executor.py Add --fake option to migrate 2013-07-26 16:47:00 +01:00
graph.py First stab at some migration creation commands 2013-06-19 15:36:22 +01:00
loader.py Make migrate command recognise prefixes and 'zero'. 2013-07-22 19:43:58 +01:00
migration.py Initial stab at a migrate command, it's probably quite a way off. 2013-06-07 18:47:17 +01:00
recorder.py Fix timezone warnings if USE_TZ=True 2013-07-26 16:46:48 +01:00
state.py Add unique_together altering operation 2013-07-02 11:19:02 +01:00
writer.py Makemigration command now works 2013-06-19 16:23:52 +01:00