Kaydet (Commit) ccf870eb authored tarafından flh's avatar flh Kaydeden (comit) Tim Graham

Corrected forms.TimeField's default widget in docs.

üst 5db8d617
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment