Re: [Django] #24083: Docs incorrectly refer to form's is_bound() method

2015-01-06 Thread Django
#24083: Docs incorrectly refer to form's is_bound() method
---+
 Reporter:  ajenhl |Owner:  claudep
 Type:  Bug|   Status:  closed
Component:  Documentation  |  Version:  master
 Severity:  Normal |   Resolution:  fixed
 Keywords: | Triage Stage:  Accepted
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  1  |UI/UX:  0
---+

Comment (by Claude Paroz ):

 In [changeset:"5e18f6f724dda3f6462c92f825b31b2e423f4e7c"]:
 {{{
 #!CommitTicketReference repository=""
 revision="5e18f6f724dda3f6462c92f825b31b2e423f4e7c"
 [1.7.x] Fixed #24083 -- Corrected is_bound nature in forms topic docs

 Thanks ajenhl Trac user for the report.
 Backport of e0080cf57 from master.
 }}}

--
Ticket URL: 
Django 
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/064.5178ef4848535b128f7291fc81a96349%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24083: Docs incorrectly refer to form's is_bound() method

2015-01-06 Thread Django
#24083: Docs incorrectly refer to form's is_bound() method
---+
 Reporter:  ajenhl |Owner:  claudep
 Type:  Bug|   Status:  closed
Component:  Documentation  |  Version:  master
 Severity:  Normal |   Resolution:  fixed
 Keywords: | Triage Stage:  Accepted
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  1  |UI/UX:  0
---+
Changes (by Claude Paroz ):

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


Comment:

 In [changeset:"e0080cf577166e160987c74e2d8324ddbbee3b6d"]:
 {{{
 #!CommitTicketReference repository=""
 revision="e0080cf577166e160987c74e2d8324ddbbee3b6d"
 Fixed #24083 -- Corrected is_bound nature in forms topic docs

 Thanks ajenhl Trac user for the report.
 }}}

--
Ticket URL: 
Django 
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/064.6e999d0bc944b572fa5e5661098795e6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24083: Docs incorrectly refer to form's is_bound() method

2015-01-05 Thread Django
#24083: Docs incorrectly refer to form's is_bound() method
---+
 Reporter:  ajenhl |Owner:  claudep
 Type:  Bug|   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:  1  |UI/UX:  0
---+
Changes (by claudep):

 * status:  new => assigned
 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * owner:  nobody => claudep
 * needs_docs:   => 0
 * stage:  Unreviewed => Accepted


--
Ticket URL: 
Django 
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/064.7f96e392a9483606645254e04cf4627f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #24083: Docs incorrectly refer to form's is_bound() method

2015-01-05 Thread Django
#24083: Docs incorrectly refer to form's is_bound() method
---+
 Reporter:  ajenhl |  Owner:  nobody
 Type:  Bug| Status:  new
Component:  Documentation  |Version:  master
 Severity:  Normal |   Keywords:
 Triage Stage:  Unreviewed |  Has patch:  0
Easy pickings:  1  |  UI/UX:  0
---+
 The docs at https://docs.djangoproject.com/en/dev/topics/forms/#bound-and-
 unbound-form-instances refer to a "form’s is_bound() method". However, as
 correctly stated at
 https://docs.djangoproject.com/en/dev/ref/forms/api/#django.forms.Form.is_bound
 this is an attribute, not a method.

--
Ticket URL: 
Django 
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/049.6591d535af51a8a1bca7ed8387e2cfbf%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.