Changes between Version 5 and Version 7 of Ticket #36653
- Timestamp:
- Oct 9, 2025, 4:50:11 PM (18 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36653 – Description
v5 v7 18 18 More recently, we've seen: 19 19 * #34892 is probably the same as this problem, but the reporter struggled to articulate the behavior and I believe it was mistakenly closed as a duplicate of the aforementioned old issues 20 * #35985 claimed that this is problem is limited to using threading within management commands, then got derailed by the niche use case and suggestions around the low-level `set_script_prefix` API ; it does contain the very useful suggestion to invoke `django.setup()` in each thread, which I don't believe was adequately explored20 * #35985 claimed that this is problem is limited to using threading within management commands, then got derailed by the niche use case and suggestions around the low-level `set_script_prefix` API 21 21 22 22 ----