#17464: [patch] Work with partial forms with the generic CreateView
-------------------------------+------------------------------------
     Reporter:  madjar         |                    Owner:  madjar
         Type:  New feature    |                   Status:  assigned
    Component:  Generic views  |                  Version:  1.3
     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 apollo13):

 * cc: florian+django@… (added)
 * stage:  Unreviewed => Accepted


Comment:

 It would be nice to have something like that, I am just not convinced if
 it's the best idea. Eg the admin does support save_form/save_model
 
(https://code.djangoproject.com/browser/django/trunk/django/contrib/admin/options.py#L698)
 -- something similar might be doable here too and would cover more than
 setting of nonform values (eg settings values based on form and request
 values etc…)

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17464#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 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.

Reply via email to