django1/django/db
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
migrations Fixed #21874 -- Require Django applications to have a filesystem path. 2014-01-27 15:34:22 -07:00
models Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
utils.py Changed get_migratable_models to use an app config. 2013-12-29 21:25:28 +01:00