django/django
Russell Keith-Magee 314fabc930 Fixed #14908 -- Added a 'takes_context' argument to simple_tag. Thanks to Julien Phalip for driving the issue and providing the final patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14987 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-19 15:00:50 +00:00
..
bin Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to John Scott for the report 2009-03-14 05:18:02 +00:00
conf Fixed #14906: lost context-based translations for Polish 2010-12-15 14:48:19 +00:00
contrib Fixed #14920 -- Fixed some test failures caused by caching contenttypes that were loaded during a contenttype fixture test. Thanks to Karen for the report. 2010-12-19 13:01:51 +00:00
core Fixed #14187 -- Added support for bpython to shell management command. Thanks, Jeremy Dunck. 2010-12-12 23:03:24 +00:00
db Fixed #12955 -- Use the size attribute of the file instead of len() to support uploads larger than 2GB. Thanks, swiedenroth and isagalaev. 2010-12-12 22:54:22 +00:00
dispatch Preventing problems possibly introduced by r14662 2010-11-21 17:34:21 +00:00
forms Fixed #14655 -- Made formsets iterable. This allows a slightly more natural iteration API (`for form in formsets`), and allows you to easily override the form rendering order. Thanks to Kent Hauser for the suggestion and patch. 2010-12-19 13:41:43 +00:00
http Fixed #14809 -- broken login related tests after r14733. 2010-12-01 22:25:17 +00:00
middleware Fixed #14559 -- corrected some typos and misleading docstrings. Thanks to Gabriel Hurley for the patch. 2010-11-02 18:30:00 +00:00
shortcuts Fixed #11960 -- Improved error message for redirects. Thanks, mattmcc 2010-01-10 18:44:39 +00:00
template Fixed #14908 -- Added a 'takes_context' argument to simple_tag. Thanks to Julien Phalip for driving the issue and providing the final patch. 2010-12-19 15:00:50 +00:00
templatetags Fixes #7817 and #9456. 2010-12-18 02:50:26 +00:00
test Fixed a couple of typos and small errors from r14696 and r14822. 2010-12-09 00:26:59 +00:00
utils Fixed #14570 -- Added new date format character for alternative month names using the new context capabilities. Also add context to Associated Press style month names (refs #9988). Thanks to Claude and shell_dweller. 2010-12-13 13:51:28 +00:00
views Fixed #13726 -- Further refine changes made in r12384 and r13069 for using non-English source languages in JavaScript translation catalogues. Thanks, Ramiro. 2010-12-13 13:52:52 +00:00
__init__.py Bump version number and download URL for 1.3 alpha 1. 2010-11-11 07:15:30 +00:00