Commit ca1e6704 authored by Julien Phalip's avatar Julien Phalip
Browse files

Fixed some improper quotes in the form fields reference doc.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16821 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 4e47df9d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -510,8 +510,8 @@ given length.
    * Error message keys: ``required``, ``invalid``, ``missing``, ``empty``,
      ``max_length``

Has two optional arguments for validation, ''max_length'' and 
''allow_empty_file''. If provided, these ensure that the file name is at 
Has two optional arguments for validation, ``max_length`` and
``allow_empty_file``. If provided, these ensure that the file name is at
most the given length, and that validation will succeed even if the file
content is empty.