ValidationError on datetime format in mydata.json
ossScharom opened this issue · 2 comments
ossScharom commented
Executing the test suite with the fixtures provided by the file part-2/mydata.json
throws the following exception:
E django.core.exceptions.ValidationError: ['“14:18.33” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ] format.']
zander9648 commented
14:18.33 should it be 14:18:33 missing the second semi-colon
zander9648 commented
try and few out first before scaling up if that helps