Author: julien Date: 2011-09-12 00:15:47 -0700 (Mon, 12 Sep 2011) New Revision: 16821
Modified: django/trunk/docs/ref/forms/fields.txt Log: Fixed some improper quotes in the form fields reference doc. Modified: django/trunk/docs/ref/forms/fields.txt =================================================================== --- django/trunk/docs/ref/forms/fields.txt 2011-09-12 07:12:28 UTC (rev 16820) +++ django/trunk/docs/ref/forms/fields.txt 2011-09-12 07:15:47 UTC (rev 16821) @@ -510,9 +510,9 @@ * 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 -most the given length, and that validation will succeed even if the file +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. To learn more about the ``UploadedFile`` object, see the :doc:`file uploads -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.