[Django] #35598: Add SearchInput widget

13 views
Skip to first unread message

Django

unread,
Jul 15, 2024, 11:42:06 AM7/15/24
to django-...@googlegroups.com
#35598: Add SearchInput widget
-------------------------------------+-------------------------------------
Reporter: Jeremy | Owner: Jeremy Thompson
Thompson |
Type: New | Status: assigned
feature |
Component: Forms | Version:
Severity: Normal | Keywords:
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 1
UI/UX: 1 |
-------------------------------------+-------------------------------------
[https://forum.djangoproject.com/t/adding-searchinput-widget/32496
Relevant forum discussion]

Add a {{{ SearchInput }}} widget that would render as

{{{
<input type="search" ...>
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/35598>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Jul 15, 2024, 11:49:51 AM7/15/24
to django-...@googlegroups.com
#35598: Add SearchInput widget
---------------------------------+--------------------------------------
Reporter: Jeremy Thompson | Owner: (none)
Type: New feature | Status: new
Component: Forms | Version:
Severity: Normal | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
---------------------------------+--------------------------------------
Changes (by Jeremy Thompson):

* owner: Jeremy Thompson => (none)
* status: assigned => new

--
Ticket URL: <https://code.djangoproject.com/ticket/35598#comment:1>

Django

unread,
Jul 15, 2024, 7:02:18 PM7/15/24
to django-...@googlegroups.com
#35598: Add SearchInput widget
-------------------------------------+-------------------------------------
Reporter: Jeremy Thompson | Owner: Samruddhi
| Dharankar
Type: New feature | Status: assigned
Component: Forms | Version:
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by Samruddhi Dharankar):

* owner: (none) => Samruddhi Dharankar
* status: new => assigned

--
Ticket URL: <https://code.djangoproject.com/ticket/35598#comment:2>

Django

unread,
Jul 17, 2024, 11:57:07 AM7/17/24
to django-...@googlegroups.com
#35598: Add SearchInput widget
-------------------------------------+-------------------------------------
Reporter: Jeremy Thompson | Owner: Samruddhi
| Dharankar
Type: New feature | Status: assigned
Component: Forms | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by Jeremy Thompson):

* has_patch: 0 => 1
* version: => dev

--
Ticket URL: <https://code.djangoproject.com/ticket/35598#comment:3>

Django

unread,
Jul 17, 2024, 12:05:05 PM7/17/24
to django-...@googlegroups.com
#35598: Add SearchInput widget
-------------------------------------+-------------------------------------
Reporter: Jeremy Thompson | Owner: Samruddhi
| Dharankar
Type: New feature | Status: assigned
Component: Forms | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
-------------------------------------+-------------------------------------
Comment (by Jeremy Thompson):

PR here: https://github.com/django/django/pull/18377
--
Ticket URL: <https://code.djangoproject.com/ticket/35598#comment:4>

Django

unread,
Jul 17, 2024, 1:17:06 PM7/17/24
to django-...@googlegroups.com
#35598: Add SearchInput widget
-------------------------------------+-------------------------------------
Reporter: Jeremy Thompson | Owner: Jeremy
| Thompson
Type: New feature | Status: assigned
Component: Forms | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by Jeremy Thompson):

* owner: Samruddhi Dharankar => Jeremy Thompson

--
Ticket URL: <https://code.djangoproject.com/ticket/35598#comment:5>

Django

unread,
Jul 18, 2024, 12:58:02 PM7/18/24
to django-...@googlegroups.com
#35598: Add SearchInput widget
-------------------------------------+-------------------------------------
Reporter: Jeremy Thompson | Owner: Jeremy
| Thompson
Type: New feature | Status: assigned
Component: Forms | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by Natalia Bidart):

* stage: Unreviewed => Accepted

Comment:

I agree that the adding of this widget is beneficial. Accepting based on
the linked forum discussion.
--
Ticket URL: <https://code.djangoproject.com/ticket/35598#comment:6>

Django

unread,
Jul 31, 2024, 5:44:16 AM7/31/24
to django-...@googlegroups.com
#35598: Add SearchInput widget
-------------------------------------+-------------------------------------
Reporter: Jeremy Thompson | Owner: Jeremy
| Thompson
Type: New feature | Status: assigned
Component: Forms | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by Sarah Boyce):

* stage: Accepted => Ready for checkin

--
Ticket URL: <https://code.djangoproject.com/ticket/35598#comment:7>

Django

unread,
Jul 31, 2024, 7:12:04 AM7/31/24
to django-...@googlegroups.com
#35598: Add SearchInput widget
-------------------------------------+-------------------------------------
Reporter: Jeremy Thompson | Owner: Jeremy
| Thompson
Type: New feature | Status: closed
Component: Forms | Version: dev
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by Sarah Boyce <42296566+sarahboyce@…>):

* resolution: => fixed
* status: assigned => closed

Comment:

In [changeset:"30a60e84923c18f3b2c725f7a31e521a833b8057" 30a60e84]:
{{{#!CommitTicketReference repository=""
revision="30a60e84923c18f3b2c725f7a31e521a833b8057"
Fixed #35598 -- Added SearchInput widget.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/35598#comment:8>
Reply all
Reply to author
Forward
0 new messages