mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Made DatabaseWrapper thread sharing logic reentrant. Used a reference
counting like scheme to allow nested uses.
The error appeared after
|
||
|---|---|---|
| .. | ||
| apps | ||
| project | ||
| urls | ||
| __init__.py | ||
| cases.py | ||
| settings.py | ||
| storage.py | ||
| test_checks.py | ||
| test_finders.py | ||
| test_forms.py | ||
| test_liveserver.py | ||
| test_management.py | ||
| test_storage.py | ||
| test_templatetags.py | ||
| test_utils.py | ||
| test_views.py | ||