#4102: Allow UPDATE of only specific fields in model.save()
-------------------------------------+-------------------------------------
     Reporter:  Collin Grady         |                    Owner:  cgrady
  <cgrady@…>                         |                   Status:  closed
         Type:  New feature          |                  Version:  master
    Component:  Database layer       |               Resolution:  fixed
  (models, ORM)                      |             Triage Stage:  Ready for
     Severity:  Normal               |  checkin
     Keywords:  update fields sql    |      Needs documentation:  0
  row table modified                 |  Patch needs improvement:  0
    Has patch:  1                    |                    UI/UX:  0
  Needs tests:  0                    |
Easy pickings:  0                    |
-------------------------------------+-------------------------------------
Changes (by Andrei Antoukh):

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


Comment:

 Fixed #4102 -- Allow update of specific fields in model.save()

 Added the ability to update only part of the model's fields in
 model.save() by introducing a new kwarg "update_fields". Thanks
 to all the numerous reviewers and commenters in the ticket
  Changeset: 365853da016f242937a657b488514e2f69fa6d82

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