django1/django/db/migrations
Markus Holtermann b9a670b227 Fixed #23426 -- Don't require double percent sign in RunSQL without parameters 2014-09-24 07:20:57 -04:00
..
operations Fixed #23426 -- Don't require double percent sign in RunSQL without parameters 2014-09-24 07:20:57 -04:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Fixed #23452 -- Prevented infinite migrations for empty unique/index_together. 2014-09-10 07:54:16 -04:00
executor.py Called table_names instead of get_table_list in migrations 2014-09-23 20:13:31 +02: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 #22676 -- makemigrations --dry-run should not ask for defaults 2014-05-24 09:56:18 -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 Updated links to point to dev documentation. 2014-09-08 15:32:32 -04:00