django1/django
Tim Graham ccff25b143 [1.6.x] Fixed #17778 -- Prevented class attributes on context from resolving as template variables.
Thanks KyleMac for the report, regebro for the patch, and Aymeric for the test.

Backport of 71b5617c24 from master.
2013-08-15 10:22:56 -04:00
..
bin Fixed #19252 -- Added support for wheel packages. 2013-05-01 13:46:06 +02:00
conf [1.6.x] Fixed #20582 -- Allowed default Form.label_suffix to be translated 2013-07-13 16:20:09 +02:00
contrib [1.6.x] Fixed overflow for the "Recent Actions" widget on the admin index. 2013-08-13 13:26:37 -04:00
core [1.6.x] Added support for IPython.start_ipython in shell 2013-07-30 10:24:16 -07:00
db [1.6.x] Fixed #19918 -- Modified select_for_update to run on the write database. 2013-08-06 10:58:32 -04:00
dispatch Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
forms [1.6.x] Fixed #20850 -- Added MultiWidget.needs_multipart_form 2013-08-05 10:13:48 -04:00
http [1.6.x] Fixed #10491 -- Allowed passing lazy objects to HttpResponseRedirect. 2013-07-30 13:40:18 -04: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] Fixed #17778 -- Prevented class attributes on context from resolving as template variables. 2013-08-15 10:22:56 -04: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 Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S. 2013-08-13 11:05:41 -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