django1/django
Aymeric Augustin a8624b22a7 [1.6.x] Tested exc_type instead of exc_value in __exit__.
exc_value might be None even though there's an exception, at least on
Python 2.6. Thanks Thomas Chaumeny for the report.

Fixed #21034.
2013-09-04 16:18:47 -05:00
..
bin Fixed #19252 -- Added support for wheel packages. 2013-05-01 13:46:06 +02:00
conf [1.6.x] Set 'bidi' Urdu property to True 2013-08-30 12:04:17 +02:00
contrib Used six.moves.zip_longest, new in six 1.4.0. 2013-09-03 07:34:45 -05:00
core [1.6.x] Fixed #21026 -- Corrected help for manage.py test command. 2013-09-03 09:51:17 -06:00
db [1.6.x] Tested exc_type instead of exc_value in __exit__. 2013-09-04 16:18:47 -05:00
dispatch Fixed #20943 -- Weakly reference senders when caching their associated receivers 2013-08-20 02:12:50 -04:00
forms [1.6.x] Moved translator comment just above the target string 2013-08-22 09:54:35 +02:00
http [1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0. 2013-09-03 07:34:45 -05:00
middleware Removed several unused imports. 2013-06-19 17:18:40 +02:00
shortcuts Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
template [1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0. 2013-09-03 07:34:45 -05:00
templatetags Fixed #20130 -- Regression in {% cache %} template tag. 2013-03-30 12:13:08 +01:00
test [1.6.x] Fixed #20681 -- Prevented teardown_databases from attempting to tear down aliases 2013-07-13 17:46:37 -04:00
utils Updated six to version 1.4.1. 2013-09-04 15:23:24 -05:00
views [1.6.x] Fixed #20822 -- Set content type of default error pages to 'text/html'. 2013-08-04 11:04:58 +02:00
__init__.py Bumped version numbers for 1.6b2. 2013-08-13 11:12:07 -05:00