django1/django/db/models/sql
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
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
aggregates.py Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
compiler.py Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00
constants.py Made SQLCompiler.execute_sql(result_type) more explicit. 2014-02-02 12:47:06 -05:00
datastructures.py Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
expressions.py Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
query.py Fixed #21787 -- regression in MTI .exclude() queries 2014-01-24 10:10:17 +02:00
subqueries.py Made SQLCompiler.execute_sql(result_type) more explicit. 2014-02-02 12:47:06 -05:00
where.py Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00