Changes between Version 1 and Version 2 of Ticket #33586, comment 12
- Timestamp:
- Sep 16, 2022, 2:26:51 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33586, comment 12
v1 v2 1 1 These 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. 2 But this is also not correct solution as here also we're disabling cache. 2 3 3 I am not sure if this is correct solution .4 4 {{{#!diff 5 5 diff --git a/django/db/migrations/executor.py b/django/db/migrations/executor.py