Hello, I am having an issue inserting dates into my db from a csv file. Here is the field I am trying to update:
Field <http://127.0.0.1:8000/examples/global/vars/Field>("birthdate","date"), Using: birthdate=row['birthdate'], Here are the values from the csv file: 09/29/1995 01/09/1995 07/06/1995 This is the error I am getting: ValueError: invalid literal for int() with base 10: '09/29/1995' Thanks, David --

