Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2020-08-18 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
-+-
 Reporter:  Gabriel Farrell  |Owner:  David
 |  Smith
 Type:  New feature  |   Status:  closed
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 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
-+-

Comment (by Mariusz Felisiak ):

 In [changeset:"35b03788b0607c1f8d2b64e4fa9e1669b0907ea4" 35b03788]:
 {{{
 #!CommitTicketReference repository=""
 revision="35b03788b0607c1f8d2b64e4fa9e1669b0907ea4"
 Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra
 forms.

 Follow up to 162765d6c3182e36095d29543e21b44b908625fc.
 }}}

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/061.2ad4cc3186f717a5325ea12e365ad141%40djangoproject.com.


Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2020-06-24 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
-+-
 Reporter:  Gabriel Farrell  |Owner:  David
 |  Smith
 Type:  New feature  |   Status:  closed
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 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 Mariusz Felisiak ):

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


Comment:

 In [changeset:"162765d6c3182e36095d29543e21b44b908625fc" 162765d6]:
 {{{
 #!CommitTicketReference repository=""
 revision="162765d6c3182e36095d29543e21b44b908625fc"
 Fixed #9061 -- Allowed FormSets to disable deleting extra forms.

 Thanks to Dan Ward for the initial patch.
 }}}

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/061.c37e8edd1a5dd02fa0990d8999ba307b%40djangoproject.com.


Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2020-06-23 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
-+-
 Reporter:  Gabriel Farrell  |Owner:  David
 |  Smith
 Type:  New feature  |   Status:  assigned
Component:  Forms|  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 Carlton Gibson):

 * stage:  Accepted => Ready for checkin


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/061.c01273eda1fdceb43c17d625bacdd859%40djangoproject.com.


Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2020-06-22 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
-+---
 Reporter:  Gabriel Farrell  |Owner:  David Smith
 Type:  New feature  |   Status:  assigned
Component:  Forms|  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 David Smith):

 * needs_better_patch:  1 => 0


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/061.e45415c6b8be83692902ae974aa13f2b%40djangoproject.com.


Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2020-06-20 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
-+---
 Reporter:  Gabriel Farrell  |Owner:  David Smith
 Type:  New feature  |   Status:  assigned
Component:  Forms|  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 David Smith):

 * owner:  Daniel Ward => David Smith


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/061.7d2acce57f2089397ba364b12b8a9845%40djangoproject.com.


Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2015-09-25 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
-+--
 Reporter:  gsf  |Owner:  danielward
 Type:  New feature  |   Status:  assigned
Component:  Forms|  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 timgraham):

 * needs_better_patch:  0 => 1


Comment:

 The new option should be available on model formsets too.

--
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/061.6172c85d9068d5df5d6e96467158a4f1%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2015-09-24 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
-+--
 Reporter:  gsf  |Owner:  danielward
 Type:  New feature  |   Status:  assigned
Component:  Forms|  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 danielward):

 * needs_better_patch:  1 => 0


--
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/061.82aaa97e5acbc669e2db97f1fdef0439%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2015-09-24 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
-+--
 Reporter:  gsf  |Owner:  danielward
 Type:  New feature  |   Status:  assigned
Component:  Forms|  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
-+--

Comment (by danielward):

 Thanks Tim, I've updated the version number in the associated
 documentation from 1.9 to 1.10 accordingly. I'll update the ticket once
 the automated builds have succeeded.

--
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/061.56a2cba6a6d87a5c968c030855c7f0f6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2015-09-22 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
-+--
 Reporter:  gsf  |Owner:  danielward
 Type:  New feature  |   Status:  assigned
Component:  Forms|  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
-+--

Comment (by timgraham):

 Thanks for the updating patch. After you do so, don't forget to uncheck
 "Patch needs improvement" so the ticket returns to the review queue. I'll
 leave it checked for now as we've hit the feature freeze for 1.9 and the
 patch will need to be updated for 1.10 once we cut the stable/1.9.x branch
 this week.

--
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/061.d053800d18942aa6078cd18477965a1f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2015-09-21 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
-+--
 Reporter:  gsf  |Owner:  danielward
 Type:  New feature  |   Status:  assigned
Component:  Forms|  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
-+--

Comment (by danielward):

 Addressed points raised in PR (4772) and opened new PR (5323) as advised.

--
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/061.4ce21cd6b3686fcd795265bebe58998b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2015-07-03 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
-+--
 Reporter:  gsf  |Owner:  danielward
 Type:  New feature  |   Status:  assigned
Component:  Forms|  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 timgraham):

 * needs_better_patch:  0 => 1


Comment:

 Left comments for improvement on the PR.

--
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/061.783696798ebbd6c42144542ec67f2cce%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2015-06-15 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
-+--
 Reporter:  gsf  |Owner:  danielward
 Type:  New feature  |   Status:  assigned
Component:  Forms|  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 timgraham):

 * needs_tests:  1 => 0


Comment:

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

--
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/061.96064eff1dff98356bfb3cb8d61f88a1%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2015-06-04 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
-+--
 Reporter:  gsf  |Owner:  danielward
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+--
Changes (by danielward):

 * Attachment "after.patch" added.

 Tests introduced to ensure all is well following introduction of potential
 solution

--
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/061.087b38bbc63f0a8f0720e28856517fcd%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2015-06-04 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
-+--
 Reporter:  gsf  |Owner:  danielward
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+--
Changes (by danielward):

 * Attachment "potential-solution.patch" added.

 Potential solution by adding in 'can_delete_extra' option

--
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/061.09e8011c2d93b442ad42f6f17be773b3%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2015-06-04 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
-+--
 Reporter:  gsf  |Owner:  danielward
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+--
Changes (by danielward):

 * Attachment "before.patch" added.

 Latest 'before' test to confirm behaviour

--
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/061.5cdec4fbfb46fcd6390c9db69b4e0362%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2015-06-04 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
-+--
 Reporter:  gsf  |Owner:  danielward
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+--
Changes (by danielward):

 * owner:  nobody => danielward
 * status:  new => assigned


Comment:

 While I can understand how from a usability perspective this could be
 confusing, the ability to delete can also be a useful way to discard a new
 form entry rather than having to clear each populated field for the given
 form(s).

 As a result, I propose adding a `can_delete_extra` option to formsets,
 which allow developers to decide whether they wish to omit deletion fields
 from their formsets without having to write any any additional logic in to
 their templates/views.

 I'm about to attach the relevant patches. If accepted, I'm happy to
 provide a patch to public documentation for reference also.

--
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/061.247dfabc8ca32ff5b9b7b12acf4fa976%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2009-08-20 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
---+
  Reporter:  gsf   | Owner:  nobody
Status:  reopened  | Milestone:
 Component:  Forms |   Version:  SVN   
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  1 
Needs_better_patch:  0 |  
---+
Changes (by Matthew):

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

Comment:

 The delete fields still appear here on all rows with the latest trunk,
 r11468.

 {{{
 from django import forms
 class Form(forms.Form):
 test = forms.CharField()

 FormSet = forms.formsets.formset_factory(Form, can_delete=1)
 formset = FormSet(initial=[{'test':'Some initial data for the first
 row'}])
 }}}

 The formset contains two rows, both of which have a delete checkbox.

-- 
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 this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2009-03-31 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
---+
  Reporter:  gsf   | Owner:  nobody
Status:  closed| Milestone:
 Component:  Forms |   Version:  SVN   
Resolution:  fixed |  Keywords:
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  1 
Needs_better_patch:  0 |  
---+
Changes (by jkocherhans):

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

Comment:

 I don't think this is the case on trunk anymore. I don't see delete
 checkboxes for "add" forms.

-- 
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 this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2008-10-15 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
---+
  Reporter:  gsf   | Owner:  nobody
Status:  new   | Milestone:
 Component:  Forms |   Version:  SVN   
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  1 
Needs_better_patch:  0 |  
---+
Comment (by gsf):

 Having lived with this for a while, I can see the case where one might
 want a delete field on extra forms.  I'd still argue that it shouldn't be
 the default, but it could be another option on formsets.  Perhaps
 delete_extra or extra_delete?

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2008-10-14 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
---+
  Reporter:  gsf   | Owner:  nobody
Status:  new   | Milestone:
 Component:  Forms |   Version:  SVN   
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  1 
Needs_better_patch:  0 |  
---+
Changes (by SmileyChris):

  * needs_better_patch:  => 0
  * stage:  Unreviewed => Accepted
  * needs_tests:  => 1
  * needs_docs:  => 0

Comment:

 I thought brosner already had done this. Seems a valid issue, anyway.

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



[Django] #9061: formsets with can_delete=True shouldn't add delete field to extra forms

2008-09-12 Thread Django
#9061: formsets with can_delete=True shouldn't add delete field to extra forms
---+
 Reporter:  gsf|   Owner:  nobody
   Status:  new|   Milestone:
Component:  Forms  | Version:  SVN   
 Keywords: |   Stage:  Unreviewed
Has_patch:  1  |  
---+
 Current behavior of formsets with can_delete=True is to add a delete field
 to every form.  This behavior differs from that expected, however (why
 would one want a delete option on an "add" form?), as well as that of the
 builtin admin.  I've included a patch on formsets.py, but haven't bothered
 with patching tests yet.

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---