django1/django
Russell Keith-Magee edfed18581 Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are propegated with a meaningful error message when loaded using select_template. Thanks to jaylett for the report, and GDorn for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15717 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-03 00:41:40 +00:00
..
bin Fixed #14419 -- Enhanced the help text of the makemessages management command. Thanks lsaffre for the report and suggestions and gruszczy for the patch. 2011-01-25 01:39:39 +00:00
conf Added Azerbaijani and Urdu to list of supported languages and added initial core translations. Refs #15300. 2011-03-01 08:50:18 +00:00
contrib Fixed #15532 -- Clarified the error message for unknown auth backends. Thanks to kmike for the report. 2011-03-03 00:25:02 +00:00
core Fixed #15531 -- Partially reverted [15701] due to compatibility issues with middlewares that modify content of responses. Thanks for the report, schinckel. Refs #15281. 2011-03-02 10:40:48 +00:00
db Fixed #11707 - limit_choices_to on a ForeignKey can render duplicate options in formfield 2011-02-21 14:03:59 +00:00
dispatch Preventing problems possibly introduced by r14662 2010-11-21 17:34:21 +00:00
forms Fixed #15349 - Bound FormSet produces bound empty_form 2011-02-21 15:43:42 +00:00
http Fixed #4992 -- Respect the GET request query string when creating cache keys. Thanks PeterKz and guettli for the initial patch. 2011-03-02 12:47:36 +00:00
middleware Fixed #4992 -- Respect the GET request query string when creating cache keys. Thanks PeterKz and guettli for the initial patch. 2011-03-02 12:47:36 +00:00
shortcuts Fixed #15010 -- Added current_app parameter to close gap between TemplateResponse and render method. Thanks, acdha. 2011-01-05 22:41:43 +00:00
template Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are propegated with a meaningful error message when loaded using select_template. Thanks to jaylett for the report, and GDorn for the patch. 2011-03-03 00:41:40 +00:00
templatetags Fixed #15535 -- Stopped the blocktrans template tag from raising a KeyError if an included variable can't be found in the context. Thanks, melinath. 2011-03-02 21:36:41 +00:00
test Fix broken tests due to changes in r15591 by updating the test store_rendered_templates signal handler. 2011-02-21 10:12:23 +00:00
utils Fixed #4992 -- Respect the GET request query string when creating cache keys. Thanks PeterKz and guettli for the initial patch. 2011-03-02 12:47:36 +00:00
views Fixed #15531 -- Partially reverted [15701] due to compatibility issues with middlewares that modify content of responses. Thanks for the report, schinckel. Refs #15281. 2011-03-02 10:40:48 +00:00
__init__.py Trunk is now 1.3 beta 1. 2010-12-23 04:04:20 +00:00