django1/django/core
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
..
cache Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00
checks Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
files fixed typo on docstring 2014-01-20 16:33:11 +00:00
handlers Use cached_property for request.GET and request.COOKIES 2013-12-24 21:57:57 +11:00
mail Undelete the `return True` removed in 4e0a2fe. 2014-01-12 23:38:28 +00:00
management Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00
serializers Took advantage of the new get_model API. Refs #21702. 2014-01-26 13:08:05 +01:00
servers Fixed #14800 -- Suppressed WSGIRequestHandler message filtering 2013-11-09 16:23:14 +01:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
context_processors.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
exceptions.py Trigger AttributeError in ValidationError.message_dict when error_dict is missing. 2013-12-07 23:01:28 +07:00
paginator.py Fixed #19938 -- Consumed iterator only once in paginator's Page 2013-05-25 16:27:26 +02:00
signals.py Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster. 2008-08-06 15:32:46 +00:00
signing.py Fixed assorted flake8 errors. 2013-10-11 07:25:14 -04:00
urlresolvers.py Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
validators.py Fixed #21638: Validators are now comparable, stops infinite user mig'ns 2014-01-19 18:56:16 +00:00
wsgi.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00