Changes between Initial Version and Version 1 of Ticket #33113
- Timestamp:
- Sep 16, 2021, 5:09:20 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33113 – Description
initial v1 1 1 == Rationale 2 2 3 By default, the `forms.widgets.DateInput`widget renders as a simple text field.3 By default, the [https://docs.djangoproject.com/en/3.2/ref/forms/widgets/#dateinput forms.widgets.DateInput] widget renders as a simple text field. 4 4 5 5 However, a "date picker", like [https://github.com/django/django/blob/stable/3.2.x/django/contrib/admin/widgets.py#L49 the one implemented in contrib.admin] is often much more convenient.