django1/django/db/migrations
Markus Holtermann 85f6d89313 Fixed #23426 -- Allowed parameters in migrations.RunSQL
Thanks tchaumeny and Loic for reviews.
2014-10-02 11:52:40 -04:00
..
operations Fixed #23426 -- Allowed parameters in migrations.RunSQL 2014-10-02 11:52:40 -04:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
executor.py Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations." 2014-09-24 15:49:30 -04:00
graph.py Corrected grammar in migrations error message. 2014-09-10 10:32:33 -04:00
loader.py Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting" 2014-09-05 20:06:02 +02:00
migration.py Fixed #23092: Squashing handles external dependencies 2014-07-29 10:22:00 -07:00
optimizer.py Fixed #22875: Optimizer did not take through= into account. 2014-06-22 11:23:45 -07:00
questioner.py Fixed #23365 -- Added support for timezone-aware datetimes to migrations. 2014-09-29 20:45:43 -04:00
recorder.py Called table_names instead of get_table_list in migrations 2014-09-23 20:13:31 +02:00
state.py Fixed #23484 -- Add comment in AppConfigStub clarifying app name vs app label. 2014-09-12 15:45:08 -06:00
writer.py Fixed #23365 -- Added support for timezone-aware datetimes to migrations. 2014-09-29 20:45:43 -04:00