Deprecate django.forms.extras and move SelectDateWidget with the other widget.
The content of django.forms.extras
has hardly changed since it was introduced and SelectDateWidget
is its only member, let's keep all widgets together and deprecate that package.
The tests/forms_tests/tests/test_extra.py
has accumulated a bunch of misplaced tests and needs cleaning up too.
Change History
(7)
Has patch: |
set
|
Owner: |
changed from nobody to Loic Bistuer
|
Status: |
new → assigned
|
Triage Stage: |
Unreviewed → Accepted
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
PR https://github.com/django/django/pull/3986.