Re: [Django] #27361: Use "from django import forms" in forms api examples (was: Small clean up on forms api documentation)

2016-10-19 Thread Django
#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 <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.66baf7d35fa02e3f253374690a4a7d1a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27361: Use "from django import forms" in forms api examples

2016-10-19 Thread Django
#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 <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.3453570cc23d2d61d5a5b20b4350654d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27361: Use "from django import forms" in forms api examples

2016-10-19 Thread Django
#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>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.aefa813bb5e4765380cc673ed1a1cf27%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.