Author: russellm
Date: 2011-04-02 01:34:15 -0700 (Sat, 02 Apr 2011)
New Revision: 15972

Modified:
   django/trunk/django/contrib/formtools/utils.py
Log:
Advanced deprecations in contrib.formtools.

Modified: django/trunk/django/contrib/formtools/utils.py
===================================================================
--- django/trunk/django/contrib/formtools/utils.py      2011-04-02 08:33:40 UTC 
(rev 15971)
+++ django/trunk/django/contrib/formtools/utils.py      2011-04-02 08:34:15 UTC 
(rev 15972)
@@ -19,7 +19,7 @@
     """
     import warnings
     warnings.warn("security_hash is deprecated; use form_hmac instead",
-                  PendingDeprecationWarning)
+                  DeprecationWarning)
     data = []
     for bf in form:
         # Get the value from the form data. If the form allows empty or hasn't

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to