django/tests/servers
Jon Dufresne 76990cbbda Fixed #30171 -- Fixed DatabaseError in servers tests.
Made DatabaseWrapper thread sharing logic reentrant. Used a reference
counting like scheme to allow nested uses.

The error appeared after 8c775391b7.
2019-02-14 10:04:55 -05:00
..
another_app
fixtures
media
static
__init__.py
models.py
test_basehttp.py
test_liveserverthread.py Fixed #30171 -- Fixed DatabaseError in servers tests. 2019-02-14 10:04:55 -05:00
tests.py
urls.py
views.py Removed default empty content argument from HttpResponse calls. 2019-02-09 16:27:32 -05:00