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
BUG18956789: Fix Django TimeField 00:00:00 converting to MySQL NULL
We fix saving Django's TimeField values so that 00:00:00 is correctly
converted instead of saving as NULL. Python considered a time 00:00:00
as False, which gave problems when validating.
0 commit comments