Fixed #1211 -- Fixed tiny typo in docs/forms.txt. Thanks, paolo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1943 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
46517e0a57
commit
46120b86e3
|
@ -98,7 +98,7 @@ view has a number of problems:
|
|||
because that field is required. Ugly.
|
||||
|
||||
* Even if you *do* perform validation, there's still no way to give that
|
||||
information to the user is any sort of useful way.
|
||||
information to the user in any sort of useful way.
|
||||
|
||||
* You'll have to separately create a form (and view) that submits to this
|
||||
page, which is a pain and is redundant.
|
||||
|
|
Loading…
Reference in New Issue