django1/django/contrib/sites
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
..
locale Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
__init__.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
admin.py Whitespace cleanup. 2013-10-10 16:49:20 -04:00
apps.py Fixed #21675 -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
management.py Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00
managers.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
models.py Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
requests.py Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
shortcuts.py Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
tests.py Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00