#25086: Allow mass-update of fields in unpersisted model instances
-------------------------------+--------------------
     Reporter:  yoongkang      |      Owner:  nobody
         Type:  New feature    |     Status:  new
    Component:  Uncategorized  |    Version:  master
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+--------------------
 Sometimes we have an unpersisted model instance generated from, say, a
 factory. Before saving this to the database, we might want to do some
 additional processing to update the fields.

 I think it's a good idea to provide a helper method in the Model class to
 mass update the fields, particularly if it's a field with many fields.

--
Ticket URL: <https://code.djangoproject.com/ticket/25086>
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 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/052.7cb37951625f72d12eb6b2bdab7b4d6d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to