Author: adrian
Date: 2007-01-05 16:15:46 -0600 (Fri, 05 Jan 2007)
New Revision: 4292
Modified:
django/trunk/docs/newforms.txt
Log:
Added note to docs/newforms.txt that points out ValidationError is a different
class than previously
Modified: django/trunk/docs/newforms.txt
===================================================================
--- django/trunk/docs/newforms.txt 2007-01-05 20:14:26 UTC (rev 4291)
+++ django/trunk/docs/newforms.txt 2007-01-05 22:15:46 UTC (rev 4292)
@@ -576,6 +576,11 @@
...
ValidationError: [u'Enter a valid e-mail address.']
+If you've used Django's old forms/validation framework, take care in noticing
+this ``ValidationError`` is different than the previous ``ValidationError``.
+This one lives at ``django.newforms.ValidationError`` rather than
+``django.core.validators.ValidationError``.
+
Core field arguments
--------------------
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---