2👍
✅
Simply change the ""
for dob
to null
and it will work, the empty string isn’t the same as null
. Even though you have blank=True
in there, that’s really only for form validation and not input validation through fixtures.
Source:stackexchange.com