django1/django
Karen Tracey 08a698ed46 [1.1.X] Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field do not
cause a server error. Thanks for report and initial patch sacre@wp.pl. 

Backport of r12648 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12649 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-02 02:39:26 +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 #1480 -- Added the ability to use the system timezone. Thanks to Ramiro Morales for the patch. 2010-02-26 15:38:50 +00:00
contrib [1.1.X] Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field do not 2010-03-02 02:39:26 +00:00
core [1.1.X] Fixed #11012: don't needless convert cache values to unicode. 2010-03-01 20:14:18 +00:00
db [1.1.X] Fixed #12608 -- No longer return inconsistent results when using values and values_list in conjunction with annotate. Thanks, Charlie Leifer. 2010-02-26 17:11:58 +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 a bunch of Python 2.3 incompatibilities that had crept into the 1.1.X branch. 2010-02-26 05:14:36 +00:00
http [1.1.X] Fixed #12470 - encoding of comma and semi-colon in cookies. 2010-01-23 23:25:41 +00:00
middleware BACKWARDS-INCOMPATIBLE CHANGE: Removed SetRemoteAddrFromForwardedFor middleware. 2009-07-29 05:35:51 +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] Removed more stray tabs in Python files. 2010-02-27 16:37:32 +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 #3594 - Added ability to discard the language catalog in the JavaScript i18n view in case the selected language is English but no English translation catalog actual exists, e.g. due to being the language translated from. Thanks to msaelices, aryx and Ramiro Morales. 2010-02-05 01:54:22 +00:00
__init__.py [1.1.X] Reset 1.1 branch packaging data post-release. 2009-10-09 22:17:43 +00:00