Kaydet (Commit) ede4f946 authored tarafından Malcolm Tredinnick's avatar Malcolm Tredinnick

Fixed #9239 -- Somebody read my form validation docs from r9177 and found a

typo in them. I guess that was predictable. Thanks, Berry Groenendijk


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9217 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 0b7b7443
......@@ -260,7 +260,7 @@ here and leaving it up to you and your designers to work out what works
effectively in your particular situation. Our new code (replacing the previous
sample) looks like this::
from django.forms.utils import ErrorList
from django.forms.util import ErrorList
class ContactForm(forms.Form):
# Everything as before.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment