Changes between Version 5 and Version 7 of Ticket #36653


Ignore:
Timestamp:
Oct 9, 2025, 4:50:11 PM (18 hours ago)
Author:
Brian Helba
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36653 – Description

    v5 v7  
    1818More recently, we've seen:
    1919* #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 explored
     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
    2121
    2222----
Back to Top