From 566b3295fa77e9755613ac36e0d73950938cc577 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 13 Aug 2011 11:58:19 +0000 Subject: Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16615 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/forms/fields.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 66c05e508e..11228f4320 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -938,8 +938,8 @@ representing a foreign key. A single argument is required: .. attribute:: ModelChoiceField.empty_label - By default the ```` widget used by ``ModelChoiceField`` will have an + empty choice at the top of the list. You can change the text of this label (which is ``"---------"`` by default) with the ``empty_label`` attribute, or you can disable the empty label entirely by setting ``empty_label`` to ``None``:: -- cgit v1.3