django1/django/core/cache
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
..
backends Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00
__init__.py flake8 fixes 2013-11-24 21:07:21 -06:00
utils.py Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00