django1/django/db/migrations
Adam Taylor 039465a6a7 Fixed typos in code comments. 2015-01-20 12:18:03 -05:00
..
operations Fixed #24135 -- Made RenameModel rename many-to-many tables. 2015-01-15 20:34:33 -05:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Refs #22608 -- Optimized migration optimizer and migrate by caching calls to str.lower() 2015-01-07 08:54:46 -05:00
executor.py Fixed #24129 -- Added indicator that migrations are rendering the initial state 2015-01-12 19:23:46 +01:00
graph.py Fixed #24017 -- Added python_2_unicode_compatible in db/migrations 2014-12-21 16:10:43 -05:00
loader.py Fixed typos in code comments. 2015-01-20 12:18:03 -05:00
migration.py Refs #24110 -- Added a more descriptive release note and fixed a spelling mistake. 2015-01-11 00:30:47 +01:00
optimizer.py Fixed typos in code comments. 2015-01-20 12:18:03 -05:00
questioner.py Limited lines to 119 characters in django/{contrib,db}. 2014-10-29 07:59:35 -04:00
recorder.py Removed the syncdb command per deprecation timeline. 2015-01-17 09:20:12 -05:00
state.py Fixed #24147 -- Prevented managers leaking model during migrations 2015-01-14 16:09:33 +01:00
topological_sort.py Fixed #23844 -- Used topological sort for migration operation dependency resolution. 2014-11-20 12:49:49 -05:00
writer.py Fixed #24155 -- Maintained kwargs and import order in migration writer 2015-01-20 01:24:41 +01:00