diff options
| author | flh <flh@users.noreply.github.com> | 2018-09-05 01:18:42 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-09-04 18:18:42 -0500 |
| commit | ccf870ebf5a9f9b44711a08549833f97ef3f7a41 (patch) | |
| tree | a4cb288584d5b68c31bf35951e337b563b76547f /docs | |
| parent | 5db8d617c0a5b16fabe16d1d52b2f9db519d8bb6 (diff) | |
Corrected forms.TimeField's default widget in docs.
Diffstat (limited to 'docs')
| -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 dcef538116..d7bc32c412 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -882,7 +882,7 @@ For each field, we describe the default widget used if you don't specify .. class:: TimeField(**kwargs) - * Default widget: :class:`TextInput` + * Default widget: :class:`TimeInput` * Empty value: ``None`` * Normalizes to: A Python ``datetime.time`` object. * Validates that the given value is either a ``datetime.time`` or string |
