diff options
| author | bellisk <daisywheel22@gmail.com> | 2016-04-03 12:21:37 +0200 |
|---|---|---|
| committer | Marc Tamlyn <marc.tamlyn@gmail.com> | 2016-04-03 12:38:35 +0200 |
| commit | c08ad63a33d443d88d3b2bf9243b5e5794f1340e (patch) | |
| tree | ffc5d1809686aefc1a06988886ffeb284e8554e3 /docs/ref | |
| parent | 9378229c5e60c9072f35a488ac9d46149abeeb56 (diff) | |
Correct number of extra arguments in docs for FilePathField.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/forms/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 38803df0f8..1748262de4 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -621,7 +621,7 @@ For each field, we describe the default widget used if you don't specify * Validates that the selected choice exists in the list of choices. * Error message keys: ``required``, ``invalid_choice`` - The field allows choosing from files inside a certain directory. It takes three + The field allows choosing from files inside a certain directory. It takes five extra arguments; only ``path`` is required: .. attribute:: path |
