django1/django
Tim Graham 71b5617c24 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.
2013-08-12 12:41:39 -04:00
..
bin Removed daily_cleanup.py script as per deprecation TL. 2013-06-28 21:48:16 -03:00
conf Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS setting 2013-08-12 07:15:59 -04:00
contrib Fixed #20828 -- Allowed @permission_required to take a list of permissions 2013-08-10 10:10:18 -04:00
core Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS setting 2013-08-12 07:15:59 -04:00
db Fixed #9057 -- Added default_permissions model meta option. 2013-08-09 09:19:52 -04:00
dispatch Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
forms Revert change to the default Form.clean() 2013-08-08 14:27:48 +01:00
http Fixed #19987 -- Disabled host validation when DEBUG=True. 2013-07-31 10:38:59 -04:00
middleware Deprecated SortedDict (replaced with collections.OrderedDict) 2013-08-04 07:09:39 -04:00
shortcuts More import removals 2013-06-29 11:58:36 +02:00
template Fixed #17778 -- Prevented class attributes on context from resolving as template variables. 2013-08-12 12:41:39 -04:00
templatetags Fixed #20130 -- Regression in {% cache %} template tag. 2013-03-30 12:13:08 +01:00
test Fixed #18356 -- Gave the test client signals.template_rendered call a unique dispatch_uid 2013-08-09 12:22:42 -04:00
utils Use `usegmt` flag in formatdate 2013-08-07 12:00:39 +01:00
views Improved queryset handling and docs for (Single|Multiple)ObjectMixin. 2013-08-09 17:51:58 +07:00
__init__.py Master is now pre-1.7. 2013-06-28 08:56:45 -05:00