django1/django
Karen Tracey 0a7ec91dc3 [1.1.X] Changed last_executed_query to avoid raising exceptions on non-utf8-encoded parameter data.
r12737 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12738 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-09 14:49: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 [1.1.X] Fixed Bosnian language code introduced in r12330. 2010-03-02 17:11:02 +00:00
contrib [1.1.X] Fixed #12689: Fixed admin validation to report an error on invalid exclude specification. Thanks for report to bparker and for patch with tests to ramiro. 2010-03-09 00:52:38 +00:00
core [1.1.X] Fixed #6918, #12791: If an email message has an encoding, actually use that encoding to encode body and headers. Thanks for patch with tests oyvind. 2010-03-06 16:07:05 +00:00
db [1.1.X] Changed last_executed_query to avoid raising exceptions on non-utf8-encoded parameter data. 2010-03-09 14:49:50 +00:00
dispatch Fixed #11134: signals recievers that disconnect during their processing no longer mess things up for other handlers. Thanks, Honza Kral. 2009-05-20 16:13:55 +00:00
forms [1.1.X] Fixed #11183 - BaseForm init leaves pointers pointing back to base_fields 2010-03-09 02:03:09 +00:00
http [1.1.X] Fixed #11522: Restored ability of http redirect responses to correctly handle redirect locations with non-ASCII chars. 2010-03-02 19:41:39 +00:00
middleware [1.1.X] Fixed #6228: Changed common middleware to respect request-specific urlconf. Thanks trey, skevy, and mikexstudios. 2010-03-07 20:14:34 +00:00
shortcuts Fixed #10194: added `django.shortcuts.redirect`, a do-what-I-mean redirect shortcut. See the docs at topics/http/shortcuts for details. 2009-03-21 13:09:13 +00:00
template [1.1.X] Fixed #11461: Ensured complete traceback is available on the debug page when an exception is encountered during template rendering, even when running on Python 2.6 or higher. Thanks Glenn. 2010-03-08 17:11:14 +00:00
templatetags Fixed #11270 -- Modified cache template tag to prevent the creation of very long cache keys. Thanks to 235 for the report and patch. 2009-06-18 15:04:00 +00:00
test [1.1.X] Fixed #12011 -- Modified the test client to preserve the request scheme on a redirect. Thanks to tgardner for the report and patch. 2010-02-13 12:32:01 +00:00
utils [1.1.X] Fixed #12302: Modified force_unicode to avoid raising unicode errors when 2010-02-28 15:29:14 +00:00
views [1.1.X] Fixed #12083: Ensured generating debug 404 page won't raise a key error. Thanks pigletto. 2010-03-05 18:58:47 +00:00
__init__.py [1.1.X] Reset 1.1 branch packaging data post-release. 2009-10-09 22:17:43 +00:00