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


Ignore:
Timestamp:
Sep 16, 2022, 8:55:43 AM (21 months ago)
Author:
Bhuvnesh

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33586, comment 12

    initial v1  
    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.
    22
     3I am not sure if this is correct solution .
    34{{{#!diff
    45diff --git a/django/db/migrations/executor.py b/django/db/migrations/executor.py
Back to Top