django1/django/db/migrations
Markus Holtermann d4467ede77 Updated links to point to dev documentation. 2014-09-08 15:32:32 -04:00
..
operations Fixed #22918 -- Fixed SeparateDatabaseAndState crash 2014-09-02 08:06:44 -04:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Fixed #22951 -- Checked for types during deep_deconstruct migration serialization process. 2014-09-08 07:39:09 -04:00
executor.py Fix soft_applied in a way that doesn't break tests 2014-07-29 09:24:07 -07:00
graph.py switch out recursive dfs for stack based approach, to avoid possibly hitting the recursion limit 2014-09-05 15:26:05 -07: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 Added a bunch of missing unicode_literals 2014-05-06 09:13:07 +02:00
state.py Use smart_text rather than naive forcing-to-unicode for state reading 2014-08-07 22:34:07 +10:00
writer.py Updated links to point to dev documentation. 2014-09-08 15:32:32 -04:00