#22981: Fields with auto_now=True are not updated if the field name is not 
present
in update_fields list passed into Model.save
-------------------------------------+-------------------------------------
     Reporter:  jscn                 |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  1.6
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  wontfix
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by npinchot):

 I also would like the ability for `auto_now` fields to always be updated
 even if `update_fields` is used and they are not passed in. I agree that
 the current behavior of the way `update_fields` interacts with `auto_now`
 should stay as is.

 Would you accept a patch which implements a new `auto_now_always`
 parameter which would provide the requested behavior of automatically
 pushing these fields into `update_fields` if not passed in?

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

Reply via email to