[Django] #27361: Small clean up on forms api documentation

3 views
Skip to first unread message

Django

unread,
Oct 19, 2016, 2:36:46 AM10/19/16
to django-...@googlegroups.com
#27361: Small clean up on forms api documentation
--------------------------------------+--------------------
Reporter: Zach Borboa | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Uncategorized | Version: master
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+--------------------


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

Django

unread,
Oct 19, 2016, 2:39:03 AM10/19/16
to django-...@googlegroups.com
#27361: Small clean up on forms api documentation
-------------------------------------+-------------------------------------

Reporter: Zach Borboa | Owner: nobody
Type: | Status: new
Cleanup/optimization |
Component: Uncategorized | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Zach Borboa):

* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0


Old description:

New description:

PR

--

Comment:

PR https://github.com/django/django/pull/7407

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

Django

unread,
Oct 19, 2016, 2:40:08 AM10/19/16
to django-...@googlegroups.com
#27361: Small clean up on forms api documentation
-------------------------------------+-------------------------------------

Reporter: Zach Borboa | Owner: nobody
Type: | Status: new
Cleanup/optimization |
Component: Uncategorized | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed

Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Description changed by Zach Borboa:

Old description:

> PR

New description:

--

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

Django

unread,
Oct 19, 2016, 9:53:21 AM10/19/16
to django-...@googlegroups.com
#27361: Use "from django import forms" in forms api examples
-------------------------------------+-------------------------------------

Reporter: Zach Borboa | Owner: nobody
Type: | Status: new
Cleanup/optimization |
Component: Documentation | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Ready for
| checkin

Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

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

* stage: Unreviewed => Ready for checkin
* component: Uncategorized => Documentation


Old description:

New description:

It's more common to define forms using a style like:
{{{
from django import forms

class PersonForm(forms.Form):
first_name = forms.CharField()
}}}
than `from django.forms import Form, CharField`.

--

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

Django

unread,
Oct 19, 2016, 9:55:43 AM10/19/16
to django-...@googlegroups.com
#27361: Use "from django import forms" in forms api examples
-------------------------------------+-------------------------------------
Reporter: Zach Borboa | Owner: nobody
Type: | Status: closed

Cleanup/optimization |
Component: Documentation | Version: master
Severity: Normal | Resolution: fixed

Keywords: | Triage Stage: Ready for
| checkin
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

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

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


Comment:

In [changeset:"90c3b11e873a326219a68c14a3b5dca0181e7b3c" 90c3b11e]:
{{{
#!CommitTicketReference repository=""
revision="90c3b11e873a326219a68c14a3b5dca0181e7b3c"
Fixed #27361 -- Used "from django import forms" in forms api docs.
}}}

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

Django

unread,
Oct 19, 2016, 9:56:30 AM10/19/16
to django-...@googlegroups.com
#27361: Use "from django import forms" in forms api examples
-------------------------------------+-------------------------------------
Reporter: Zach Borboa | Owner: nobody
Type: | Status: closed
Cleanup/optimization |
Component: Documentation | Version: master
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

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

In [changeset:"3f730457d861a661079832792e5085378464a8ff" 3f73045]:
{{{
#!CommitTicketReference repository=""
revision="3f730457d861a661079832792e5085378464a8ff"
[1.10.x] Fixed #27361 -- Used "from django import forms" in forms api
docs.

Backport of 90c3b11e873a326219a68c14a3b5dca0181e7b3c from master
}}}

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

Reply all
Reply to author
Forward
0 new messages