Changes between Initial Version and Version 1 of Ticket #33113


Ignore:
Timestamp:
Sep 16, 2021, 5:09:20 AM (3 years ago)
Author:
dennisvang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33113 – Description

    initial v1  
    11== Rationale
    22
    3 By default, the `forms.widgets.DateInput` widget renders as a simple text field.
     3By default, the [https://docs.djangoproject.com/en/3.2/ref/forms/widgets/#dateinput forms.widgets.DateInput] widget renders as a simple text field.
    44
    55However, 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.
Back to Top