Changes between Version 1 and Version 2 of Ticket #33586, comment 12


Ignore:
Timestamp:
Sep 16, 2022, 2:26:51 PM (2 years ago)
Author:
Bhuvnesh

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33586, comment 12

    v1 v2  
    11These lines were loading {{{apps}}} when the migration is applied backward. So instead of popping, simply not loading them inside {{{MigrationExecutor._migrate_all_backwards}}} should do the work.
     2But this is also not correct solution as here also we're disabling cache.
    23
    3 I am not sure if this is correct solution .
    44{{{#!diff
    55diff --git a/django/db/migrations/executor.py b/django/db/migrations/executor.py
Back to Top