django/tests/initial_sql_regress
Michael Manfre 3ffeb93186 Ensure cursors are closed when no longer needed.
This commit touchs various parts of the code base and test framework. Any
found usage of opening a cursor for the sake of initializing a connection
has been replaced with 'ensure_connection()'.
2014-02-02 12:47:21 -05:00
..
sql Added regression test for custom SQL containing percents 2013-03-26 23:19:32 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed all E251 violations 2013-11-03 10:17:58 -08:00
tests.py Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00