django/tests/modeltests/select_for_update
Aymeric Augustin 545c3159f5 Fixed #17251 -- In the select_for_update tests, close manually database connections made in threads, so they don't stay "idle in transaction" until the GC deletes them. Thanks Anssi Kääriäinen for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17195 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-11 08:43:01 +00:00
..
__init__.py Fixed #2705: added a `select_for_update()` clause to querysets. 2011-04-20 20:42:07 +00:00
models.py Convert all modeltests to use absolute imports, rather than relative ones. 2011-10-13 18:04:12 +00:00
tests.py Fixed #17251 -- In the select_for_update tests, close manually database connections made in threads, so they don't stay "idle in transaction" until the GC deletes them. Thanks Anssi Kääriäinen for the report and patch. 2011-12-11 08:43:01 +00:00