~mysql/myconnpy/1.2

Viewing all changes in revision 509.

  • Committer: Peeyush Gupta
  • Date: 2014-06-26 06:35:33 UTC
  • Revision ID: peeyush.x.gupta@oracle.com-20140626063533-bjf0684ykg0jpeyd
BUG#18956789: 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.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: