Django

Code

Changeset 8123

Show
Ignore:
Timestamp:
07/27/08 18:27:16 (5 months ago)
Author:
ubernostrum
Message:

Removing another mention of manipulators

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/email.txt

    r7294 r8123  
    180180            return HttpResponseRedirect('/contact/thanks/') 
    181181        else: 
    182             # In reality we'd use a manipulator 
     182            # In reality we'd use a form class 
    183183            # to get proper validation errors. 
    184184            return HttpResponse('Make sure all fields are entered and valid.')