You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect date to be updated here, but it is not updated due to the usage of NowSetFunction(if_null=False). It ignores provided value, and as a result of COALESCE function leaves value unchanged.
The text was updated successfully, but these errors were encountered:
M1ha-Shvn
changed the title
DateField with auto_now_add=True option can not be updated with value
DateTimeField with auto_now_add=True option can not be updated with value
Jan 11, 2024
Example
I expect date to be updated here, but it is not updated due to the usage of
NowSetFunction(if_null=False)
. It ignores provided value, and as a result ofCOALESCE
function leaves value unchanged.The text was updated successfully, but these errors were encountered: