django1/django/contrib/gis/db/backends/postgis
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 #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
adapter.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
base.py PostGIS schema editor support 2013-11-27 13:32:12 +00:00
creation.py Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00
introspection.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
models.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
operations.py Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
schema.py A handle of flake8 fixes 2013-11-27 16:42:39 -06:00