Re: [Django] #19640: inlineformset_factory is not documented well like other formset_factories

2013-02-08 Thread Django
#19640: inlineformset_factory is not documented well like other 
formset_factories
-+-
 Reporter:  wim@…|Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |  Version:  master
Component:  Documentation|   Resolution:  fixed
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
  inlineformset_factory  |  Patch needs improvement:  0
  documentation  |UI/UX:  0
Has patch:  1|
  Needs tests:  0|
Easy pickings:  1|
-+-

Comment (by Tim Graham ):

 In [changeset:"34718395edec9aaf01443b7c9d89ebe14400721e"]:
 {{{
 #!CommitTicketReference repository=""
 revision="34718395edec9aaf01443b7c9d89ebe14400721e"
 [1.5.x] Fixed #19640 - Added inlineformset_factory to reference docs.

 Thanks wim@ for the suggestion.

 Backport of 5b2d9bacd2 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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #19640: inlineformset_factory is not documented well like other formset_factories

2013-01-22 Thread Django
#19640: inlineformset_factory is not documented well like other 
formset_factories
-+-
 Reporter:  wim@…|Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |  Version:  master
Component:  Documentation|   Resolution:  fixed
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
  inlineformset_factory  |  Patch needs improvement:  0
  documentation  |UI/UX:  0
Has patch:  1|
  Needs tests:  0|
Easy pickings:  1|
-+-

Comment (by Tim Graham ):

 In [changeset:"34718395edec9aaf01443b7c9d89ebe14400721e"]:
 {{{
 #!CommitTicketReference repository=""
 revision="34718395edec9aaf01443b7c9d89ebe14400721e"
 [1.5.x] Fixed #19640 - Added inlineformset_factory to reference docs.

 Thanks wim@ for the suggestion.

 Backport of 5b2d9bacd2 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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #19640: inlineformset_factory is not documented well like other formset_factories

2013-01-22 Thread Django
#19640: inlineformset_factory is not documented well like other 
formset_factories
-+-
 Reporter:  wim@…|Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |  Version:  master
Component:  Documentation|   Resolution:  fixed
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
  inlineformset_factory  |  Patch needs improvement:  0
  documentation  |UI/UX:  0
Has patch:  1|
  Needs tests:  0|
Easy pickings:  1|
-+-
Changes (by Tim Graham ):

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


Comment:

 In [changeset:"5b2d9bacd2512bcdf371c05b0b43bc713dcca080"]:
 {{{
 #!CommitTicketReference repository=""
 revision="5b2d9bacd2512bcdf371c05b0b43bc713dcca080"
 Fixed #19640 - Added inlineformset_factory to reference docs.

 Thanks wim@ for the suggestion.
 }}}

-- 
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #19640: inlineformset_factory is not documented well like other formset_factories

2013-01-20 Thread Django
#19640: inlineformset_factory is not documented well like other 
formset_factories
-+-
 Reporter:  wim@…|Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |  Version:  master
Component:  Documentation|   Resolution:
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
  inlineformset_factory  |  Patch needs improvement:  0
  documentation  |UI/UX:  0
Has patch:  1|
  Needs tests:  0|
Easy pickings:  1|
-+-
Changes (by timo):

 * needs_docs:   => 0
 * has_patch:  0 => 1
 * needs_better_patch:   => 0
 * needs_tests:   => 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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[Django] #19640: inlineformset_factory is not documented well like other formset_factories

2013-01-20 Thread Django
#19640: inlineformset_factory is not documented well like other 
formset_factories
-+-
 Reporter:  wim@…|  Owner:  nobody
 Type:   | Status:  new
  Cleanup/optimization   |Version:  master
Component:  Documentation|   Keywords:  inlineformset_factory
 Severity:  Normal   |  documentation
 Triage Stage:  Unreviewed   |  Has patch:  0
Easy pickings:  1|  UI/UX:  0
-+-
 inlineformset_factory is poorly documented.

 
https://docs.djangoproject.com/en/dev/ref/forms/models/#django.forms.models.modelformset_factory
 lists modelform_factory and modelformset_factory, but not
 inlineformset_factory.

 We should probably add something in the line of:

 inlineformset_factory(parent_model, model, form=ModelForm,
 formfield_callback=None, formset=BaseInlineFormSet, fk_name=None, extra=3,
 can_delete=True, can_order=False, max_num=None, fields=None, exclude=None)

 Note that inlineformset_factory uses modelformset_factory() and marks
 can_delete=True, extra=3. In addition, it uses BaseInlineFormSet by
 default.
 If your model has more than one ForeignKey to the parent_model, you must
 specify a fk_name.

-- 
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.