mirror of
https://github.com/Hopiu/django.git
synced 2026-03-23 01:10:30 +00:00
Made DatabaseWrapper thread sharing logic reentrant. Used a reference
counting like scheme to allow nested uses.
The error appeared after
|
||
|---|---|---|
| .. | ||
| base | ||
| mysql | ||
| oracle | ||
| postgresql | ||
| sqlite | ||
| __init__.py | ||
| models.py | ||
| test_ddl_references.py | ||
| test_utils.py | ||
| tests.py | ||