Re: [Django] #34689: Simplify usage of InlineFormSet in Class-based generic views

2023-07-06 Thread Django
#34689: Simplify usage of InlineFormSet in Class-based generic views
---+--
 Reporter:  CyberFox001|Owner:  nobody
 Type:  New feature|   Status:  closed
Component:  Generic views  |  Version:  4.2
 Severity:  Normal |   Resolution:  duplicate
 Keywords:  InlineFormSet  | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--

Comment (by Mariusz Felisiak):

 Replying to [comment:2 CyberFox001]:
 > Is this feature a "No and never" ?

 IMO, yes, however you can
 [https://docs.djangoproject.com/en/stable/internals/contributing/triaging-
 tickets/#closing-tickets follow triaging guidelines with regards to
 wontfix tickets] and take this to the mailing list or the Django Forum.

-- 
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/010701892e828048-8b096cdd-8f76-417e-a7c3-a668882f8dbd-00%40eu-central-1.amazonses.com.


Re: [Django] #34689: Simplify usage of InlineFormSet in Class-based generic views

2023-07-06 Thread Django
#34689: Simplify usage of InlineFormSet in Class-based generic views
---+--
 Reporter:  CyberFox001|Owner:  nobody
 Type:  New feature|   Status:  closed
Component:  Generic views  |  Version:  4.2
 Severity:  Normal |   Resolution:  duplicate
 Keywords:  InlineFormSet  | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--

Comment (by CyberFox001):

 Replying to [comment:1 Mariusz Felisiak]:
 > Duplicate of #16256.


 This ticket is closed and have no more activity since 8 years.

 Is this feature a "No and never" ?

-- 
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/010701892cff36c9-0f9fd776-af50-4110-8a9b-4f1de7bad073-00%40eu-central-1.amazonses.com.


Re: [Django] #34689: Simplify usage of InlineFormSet in Class-based generic views

2023-07-02 Thread Django
#34689: Simplify usage of InlineFormSet in Class-based generic views
---+--
 Reporter:  CyberFox001|Owner:  nobody
 Type:  New feature|   Status:  closed
Component:  Generic views  |  Version:  4.2
 Severity:  Normal |   Resolution:  duplicate
 Keywords:  InlineFormSet  | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by Mariusz Felisiak):

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


Comment:

 Duplicate of #16256.

-- 
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/0107018919c61de7-d8792e10-3471-42f3-9bfb-1799ad9b648a-00%40eu-central-1.amazonses.com.


[Django] #34689: Simplify usage of InlineFormSet in Class-based generic views

2023-07-01 Thread Django
#34689: Simplify usage of InlineFormSet in Class-based generic views
-+---
   Reporter:  CyberFox001|  Owner:  nobody
   Type:  New feature| Status:  new
  Component:  Generic views  |Version:  4.2
   Severity:  Normal |   Keywords:  InlineFormSet
   Triage Stage:  Unreviewed |  Has patch:  0
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+---
 When you have 2 models, A and B, with B linked to A with a ForeignKey, you
 sometimes want to let user edit an instance of A with its linked B
 instances.

 With django.contrib.admin you can easilly do that with ModelAdmin and
 StackedInline, or other inline, classes.

 But not with Class-based generic views like CreateView and UpdateView.

 In this case, if I understand it correctly, you need to override
 get_context_data() and form_valid() to manage the InlineFormSet.

 It would be nice if we have a more easy way to do it. Something similar to
 what we have in ModelAdmin ?

-- 
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/0107018913027773-d118fb66-c3ea-474b-8e86-7923b0d5615f-00%40eu-central-1.amazonses.com.