Author: aaugustin
Date: 2012-03-31 05:54:40 -0700 (Sat, 31 Mar 2012)
New Revision: 17843
Modified:
django/trunk/django/http/__init__.py
Log:
Removed deprecated CompatCookie.
Modified: django/trunk/django/http/__init__.py
===================================================================
--- django/trunk/django/http/__init__.py 2012-03-31 12:38:11 UTC (rev
17842)
+++ django/trunk/django/http/__init__.py 2012-03-31 12:54:40 UTC (rev
17843)
@@ -76,11 +76,6 @@
dict.__setitem__(self, key, Cookie.Morsel())
-class CompatCookie(SimpleCookie):
- def __init__(self, *args, **kwargs):
- super(CompatCookie, self).__init__(*args, **kwargs)
- warnings.warn("CompatCookie is deprecated. Use
django.http.SimpleCookie instead.", DeprecationWarning)
-
from django.conf import settings
from django.core import signing
from django.core.exceptions import ImproperlyConfigured
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.