#18306: Deferred models should automatically issue update_fields when saving
-------------------------------------+-------------------------------------
     Reporter:  akaariai             |                    Owner:  akaariai
         Type:                       |                   Status:  closed
  Cleanup/optimization               |                  Version:  master
    Component:  Database layer       |               Resolution:  fixed
  (models, ORM)                      |             Triage Stage:  Ready for
     Severity:  Normal               |  checkin
     Keywords:                       |      Needs documentation:  0
    Has patch:  1                    |  Patch needs improvement:  0
  Needs tests:  0                    |                    UI/UX:  0
Easy pickings:  0                    |
-------------------------------------+-------------------------------------
Changes (by Anssi Kääriäinen <akaariai@…>):

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


Comment:

 In [99321e30cebbffeafc6ae19f4f92a0a665cbf19b]:
 {{{
 #!CommitTicketReference repository=""
 revision="99321e30cebbffeafc6ae19f4f92a0a665cbf19b"
 Fixed #18306 -- Made deferred models issue update_fields on save

 Deferred models now automatically update only the fields which are
 loaded from the db (with .only() or .defer()). In addition, any field
 set manually after the load is updated on save.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18306#comment:22>
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 https://groups.google.com/groups/opt_out.


Reply via email to