django1/django/db/migrations
Andrew Godwin 80bbe2265d Remove redunant code from RunPython operation 2014-02-12 17:21:25 +00:00
..
operations Remove redunant code from RunPython operation 2014-02-12 17:21:25 +00:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Fixed #21958: Handle dependencies for swappable models in AddField 2014-02-09 12:46:38 +00:00
executor.py Fix soft-apply detection of migrations with dependencies 2014-01-24 12:26:38 +00:00
graph.py Fixed #21142: Dependency failures on unmigrated apps. 2014-01-08 13:00:12 +00:00
loader.py Fixed #21968: Bad detection of old-style apps to add initial migration 2014-02-09 11:42:10 +00:00
migration.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
optimizer.py Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
questioner.py Fixed #21868: Don't die when seeing py3 namespace packages for mig dirs 2014-02-09 14:03:41 +00:00
recorder.py Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
state.py Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
writer.py Fixed #21954: Raise nice error when serializing datetimes with timezones 2014-02-09 11:17:38 +00:00