django1/django
Claude Paroz 64531df5df Sent got_request_exception signal before handle_uncaught_exception
In some cases (notably Python 3), when handle_uncaught_exception was
itself raising an exception, the got_request_exception was storing
the latter exception instead of the original exception.
2012-08-15 10:58:26 +02:00
..
bin [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
conf remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
contrib Fixed syndication under python3. 2012-08-15 01:54:18 -07:00
core Sent got_request_exception signal before handle_uncaught_exception 2012-08-15 10:58:26 +02:00
db [py3] Removed a remaining use of __metaclass__. 2012-08-14 23:45:12 +02:00
dispatch [py3] Replaced __nonzero__ by __bool__ 2012-08-08 15:02:31 +02:00
forms [py3] Removed a remaining use of __metaclass__. 2012-08-14 23:45:12 +02:00
http [py3] Fixed file_uploads tests 2012-08-14 23:35:12 +02:00
middleware [py3] Made csrf context processor return Unicode 2012-08-13 11:54:21 +02:00
shortcuts Removed usage of mimetype kwarg of HttpResponse 2012-06-30 21:19:07 +02:00
template [py3] Fixed egg template loader. 2012-08-14 12:29:53 +02:00
templatetags [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
test [py3] Favoured unicode strings in assert(Not)Contains 2012-08-14 12:19:17 +02:00
utils [py3] Fixed conditional_processing tests 2012-08-14 23:35:12 +02:00
views [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00