django1/django/db/migrations
Chris Beaven a0c4b8465d Fix migration autodector to work correctly with custom deconstructed values 2014-05-02 15:08:19 +12:00
..
operations Fixed #3214 -- Stopped parsing SQL with regex. 2014-04-26 17:46:23 +02:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Fix migration autodector to work correctly with custom deconstructed values 2014-05-02 15:08:19 +12:00
executor.py Fixed #22485: Include all unmigrated apps in project state by default. 2014-04-30 12:25:12 -07:00
graph.py Fixed #22485: Include all unmigrated apps in project state by default. 2014-04-30 12:25:12 -07:00
loader.py flake8 fixes. 2014-04-30 18:33:46 -04:00
migration.py Fixed flake8 errors. 2014-04-20 13:08:04 -04:00
optimizer.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
questioner.py Fixed #22239 -- Add auto detection of renamed models 2014-03-10 13:55:44 +13:00
recorder.py Fixed #22474 -- Made migration recorder aware of multiple databases 2014-04-30 16:53:20 +02:00
state.py Fixed #22485: Include all unmigrated apps in project state by default. 2014-04-30 12:25:12 -07:00
writer.py Fixed #22350 -- Consistently serialize bytes and text in migrations. 2014-04-13 18:22:26 -04:00