Changes between Initial Version and Version 1 of Ticket #23386, comment 3


Ignore:
Timestamp:
Aug 29, 2014, 11:19:22 AM (10 years ago)
Author:
codefisher

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23386, comment 3

    initial v1  
    11You say "Probably a good idea to recommend fetching the object from the database after saving in order to get the new value if you are still using the object after save()."
    22
    3 That is already done, at least on the latest dev docs: https://docs.djangoproject.com/en/dev/ref/models/queries/#f-expressions
     3That is already done, at least on the latest dev docs (see the note): https://docs.djangoproject.com/en/dev/ref/models/queries/#f-expressions
    44
    5 But the effect of calling save more then once is no where to be seen, and really not that expected.
     5But the effect of calling save more than once is no where to be seen, and really not that expected.
Back to Top