diff options
| author | bellisk <daisywheel22@gmail.com> | 2016-04-03 12:21:37 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-04 06:57:18 -0400 |
| commit | 3ed8233759a7b30a71383402339dd00287c13831 (patch) | |
| tree | b63f55c556484e0b533f8b7235b0943529eb6051 /docs/ref/forms | |
| parent | 192b06594958b701a4b47dd51148a15357ac8f76 (diff) | |
[1.9.x] Corrected number of extra arguments in docs for FilePathField.
Backport of c08ad63a33d443d88d3b2bf9243b5e5794f1340e from master
Diffstat (limited to 'docs/ref/forms')
| -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 ef27f692b9..56b82044fa 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -633,7 +633,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 |
