The `tests/forms_tests/tests/test_extra.py` has accumulated a bunch of
misplaced tests and needs cleaning up too.
--
Ticket URL: <https://code.djangoproject.com/ticket/24219>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* owner: nobody => loic
* has_patch: 0 => 1
Comment:
PR https://github.com/django/django/pull/3986.
--
Ticket URL: <https://code.djangoproject.com/ticket/24219#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/24219#comment:2>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/24219#comment:3>
Comment (by Loic Bistuer <loic.bistuer@…>):
In [changeset:"3a4c9e1b43ff67b6cf4c59da757666d6ac5ce4a0"]:
{{{
#!CommitTicketReference repository=""
revision="3a4c9e1b43ff67b6cf4c59da757666d6ac5ce4a0"
Cleaned up some forms tests.
Thanks Berker Peksag and Tim Graham for the reviews. Refs #24219.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24219#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"728b6fd9ca8624271f072d5f4618dc3fd38e87f1"]:
{{{
#!CommitTicketReference repository=""
revision="728b6fd9ca8624271f072d5f4618dc3fd38e87f1"
Fixed #24219 -- Moved SelectDateWidget together with the other widgets
and deprecated django.forms.extras.
Thanks Berker Peksag and Tim Graham for the reviews.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24219#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"59c3a140eb41e0f186adf9b57029bd67beb8016a" 59c3a140]:
{{{
#!CommitTicketReference repository=""
revision="59c3a140eb41e0f186adf9b57029bd67beb8016a"
Refs #24219 -- Removed inaccurate sentence after move of SelectDateWidget.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24219#comment:6>
Comment (by Tim Graham <timograham@…>):
In [changeset:"742d666da57b52a3b00aa9b1c527ece829e95245" 742d666]:
{{{
#!CommitTicketReference repository=""
revision="742d666da57b52a3b00aa9b1c527ece829e95245"
Refs #24219 -- Removed django.forms.extras per deprecation timeline.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24219#comment:7>