django1/django
Alex Gaynor ce1eb320e5 Remove a case that is no longer reachable in encodings.py.
This case was originally designed to handle Exception's which didn't gracefully support coercing themselves to unicode. However, because it lives in the `else` case of `if hasattr(s, '__unicode__'):` we can be sure it's no longer reachable in djanog anymore, because since Python 2.5 exception has subclassed object, which means Exception objects always have an __unicode__ method.
2012-10-24 15:53:00 -07:00
..
bin [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
conf Fixed #19164 -- Fixed diffsettings command broken in fix for #18545. 2012-10-22 18:49:08 -06:00
contrib Fixed #19157 -- Removed test-only string from translatable strings 2012-10-22 09:31:28 +02:00
core Removed a function that is already fully implemented by a base class. 2012-10-24 12:49:57 -07:00
db Fixed #19176 -- Typo in copy-pasted error message. 2012-10-24 16:21:30 +02:00
dispatch Added a way to check if a signal has listeners 2012-09-28 18:10:52 +03:00
forms Fixed #16479 - Forms generated from formsets use ErrorList instead of supplied error_class 2012-10-13 15:28:20 +01:00
http Fixed #13222 -- Made HttpResponse iterable once 2012-10-24 17:19:56 +02:00
middleware Fixed #7581 -- Added streaming responses. 2012-10-20 20:05:11 +02:00
shortcuts Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. 2012-09-08 16:58:35 -06:00
template Fixed #18484 -- Removed the div around the csrf token input 2012-10-13 11:30:09 +02:00
templatetags Fixed #19088 -- Always escape % inside blocktrans tag 2012-10-23 18:49:22 +02:00
test Fixed #13222 -- Made HttpResponse iterable once 2012-10-24 17:19:56 +02:00
utils Remove a case that is no longer reachable in encodings.py. 2012-10-24 15:53:00 -07:00
views Fixed #7581 -- Added streaming responses. 2012-10-20 20:05:11 +02:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00