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

[2.1.x] Corrected forms.TimeField's default widget in docs.

Backport of ccf870eb from master
üst 231c595b
...@@ -882,7 +882,7 @@ For each field, we describe the default widget used if you don't specify ...@@ -882,7 +882,7 @@ For each field, we describe the default widget used if you don't specify
.. class:: TimeField(**kwargs) .. class:: TimeField(**kwargs)
* Default widget: :class:`TextInput` * Default widget: :class:`TimeInput`
* Empty value: ``None`` * Empty value: ``None``
* Normalizes to: A Python ``datetime.time`` object. * Normalizes to: A Python ``datetime.time`` object.
* Validates that the given value is either a ``datetime.time`` or string * 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