0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/django
Brian Rosner 2659429df4 Fixed edge case that breaks the test suite on versions of Python > 2.6.4
Before http://svn.python.org/view?view=rev&revision=74647 it was possible to
pass a SimpleCookie to load, but this no longer works due to a different bug
in Python the said revision fixed.

My guess is a SimpleCookie was never intended to be passed through load which
is perfectly reasonable.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11820 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-12 15:30:25 +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 Polish translation updated 2009-12-11 09:16:43 +00:00
contrib Fixed #12362 -- Corrected Python 2.4 incompatibility with hmac constructor in contrib.messages. Thanks to Jeremy Dunck for the report and patch. 2009-12-12 05:25:50 +00:00
core Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
db Optimised use of 'in' operator on QuerySet using an explicit __contains__ method. 2009-12-09 16:07:21 +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 Fixed #11872 -- Instantiate the correct model in BaseInlineFormSet.__init__ when instance is None. Thanks tobias. 2009-10-30 09:11:56 +00:00
http Fixed edge case that breaks the test suite on versions of Python > 2.6.4 2009-12-12 15:30:25 +00:00
middleware Misc clarifications in csrf middleware comments 2009-10-27 21:31:20 +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 Implemented 'smart if' template tag, allowing filters and various operators to be used in the 'if' tag 2009-12-09 22:40:36 +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 Corrected the order of operations in the test environment setup to ensure that the original email backend can be restored. Thanks to koenb for the report. 2009-11-04 10:31:37 +00:00
utils Fixed #11874 -- Optimizations and cleanups for SortedDict. Thanks to Alex Gaynor and Armin Ronacher for the report and patch. 2009-12-12 06:00:59 +00:00
views Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
__init__.py Trunk is now 1.2 pre-alpha. 2009-07-30 19:57:49 +00:00