web/lib/django/contrib/formtools/utils.py
changeset 29 cc9b7e14412b
parent 0 0d40e90630ef
--- a/web/lib/django/contrib/formtools/utils.py	Wed May 19 17:43:59 2010 +0200
+++ b/web/lib/django/contrib/formtools/utils.py	Tue May 25 02:43:45 2010 +0200
@@ -32,7 +32,7 @@
     data.append(settings.SECRET_KEY)
 
     # Use HIGHEST_PROTOCOL because it's the most efficient. It requires
-    # Python 2.3, but Django requires 2.3 anyway, so that's OK.
+    # Python 2.3, but Django requires 2.4 anyway, so that's OK.
     pickled = pickle.dumps(data, pickle.HIGHEST_PROTOCOL)
 
     return md5_constructor(pickled).hexdigest()