mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Made DatabaseWrapper thread sharing logic reentrant. Used a reference
counting like scheme to allow nested uses.
The error appeared after
|
||
|---|---|---|
| .. | ||
| another_app | ||
| fixtures | ||
| media | ||
| static | ||
| __init__.py | ||
| models.py | ||
| test_basehttp.py | ||
| test_liveserverthread.py | ||
| tests.py | ||
| urls.py | ||
| views.py | ||