[Django] #28655: Document an example of customizing a widget through form.fields

11 views
Skip to first unread message

Django

unread,
Sep 29, 2017, 2:14:37 PM9/29/17
to django-...@googlegroups.com
#28655: Document an example of customizing a widget through form.fields
------------------------------------------------+------------------------
Reporter: Tim Graham | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Documentation | Version: master
Severity: Normal | Keywords:
Triage Stage: Accepted | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------------+------------------------
For example,
[https://github.com/django/djangoproject.com/blob/057c9213221fb97326a9a08b2dcda0a61b9385e0/members/forms.py#L26
adding placeholder text].

See #28620 for the confusion.

--
Ticket URL: <https://code.djangoproject.com/ticket/28655>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Oct 15, 2017, 3:56:40 PM10/15/17
to django-...@googlegroups.com
#28655: Document an example of customizing a widget through form.fields
-------------------------------------+-------------------------------------
Reporter: Tim Graham | Owner: Richard
Type: | Oyudo
Cleanup/optimization | Status: assigned
Component: Documentation | Version: master
Severity: Normal | Resolution:

Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Richard Oyudo):

* status: new => assigned
* owner: nobody => Richard Oyudo


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

Django

unread,
Oct 15, 2017, 5:08:09 PM10/15/17
to django-...@googlegroups.com
#28655: Document an example of customizing a widget through form.fields
-------------------------------------+-------------------------------------
Reporter: Tim Graham | Owner: Richard
Type: | Oyudo
Cleanup/optimization | Status: assigned
Component: Documentation | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Richard Oyudo):

* has_patch: 0 => 1


Comment:

[https://github.com/django/django/pull/9245 PR]

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

Django

unread,
Oct 15, 2017, 5:11:54 PM10/15/17
to django-...@googlegroups.com
#28655: Document an example of customizing a widget through form.fields
-------------------------------------+-------------------------------------
Reporter: Tim Graham | Owner: Richard
Type: | Oyudo
Cleanup/optimization | Status: assigned
Component: Documentation | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Richard Oyudo):

* stage: Accepted => Ready for checkin


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

Django

unread,
Oct 16, 2017, 2:58:27 AM10/16/17
to django-...@googlegroups.com
#28655: Document an example of customizing a widget through form.fields
-------------------------------------+-------------------------------------
Reporter: Tim Graham | Owner: Richard
Type: | Oyudo
Cleanup/optimization | Status: assigned
Component: Documentation | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Claude Paroz):

* stage: Ready for checkin => Accepted


Comment:

Hey Richard, thanks for your contribution. In our workflow, the Accepted
to Ready for checkin step cannot be done by the patch author. Only someone
else reviewing your patch can do that.

--
Ticket URL: <https://code.djangoproject.com/ticket/28655#comment:4>

Django

unread,
Feb 7, 2018, 6:07:59 PM2/7/18
to django-...@googlegroups.com
#28655: Document an example of customizing a widget through form.fields
-------------------------------------+-------------------------------------
Reporter: Tim Graham | Owner: Richard
Type: | Oyudo
Cleanup/optimization | Status: assigned
Component: Documentation | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1

Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Tim Graham):

* needs_better_patch: 0 => 1


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

Django

unread,
Mar 7, 2018, 4:59:14 PM3/7/18
to django-...@googlegroups.com
#28655: Document an example of customizing a widget through form.fields
-------------------------------------+-------------------------------------
Reporter: Tim Graham | Owner: Richard
Type: | Oyudo
Cleanup/optimization | Status: closed
Component: Documentation | Version: master
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Tim Graham <timograham@…>):

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


Comment:

In [changeset:"8411e4a8fe98ebac4327ee43446a25873703a5e8" 8411e4a]:
{{{
#!CommitTicketReference repository=""
revision="8411e4a8fe98ebac4327ee43446a25873703a5e8"
Fixed #28655 -- Added more examples for customizing widgets in a form.
}}}

Django

unread,
Mar 7, 2018, 5:02:05 PM3/7/18
to django-...@googlegroups.com
#28655: Document an example of customizing a widget through form.fields
-------------------------------------+-------------------------------------
Reporter: Tim Graham | Owner: Richard
Type: | Oyudo
Cleanup/optimization | Status: closed
Component: Documentation | Version: master
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"564847fc1f493cd81063d7313765bdb4c28e0884" 564847fc]:
{{{
#!CommitTicketReference repository=""
revision="564847fc1f493cd81063d7313765bdb4c28e0884"
[2.0.x] Fixed #28655 -- Added more examples for customizing widgets in a
form.

Backport of 8411e4a8fe98ebac4327ee43446a25873703a5e8 from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/28655#comment:6>

Reply all
Reply to author
Forward
0 new messages