Hello, I am trying to prepare a fixture with testing data. I can export data from database using:
./manage.py dumpdata >initial_data.json but when importing the data using: ./manage.py syncdb I get: Loading 'initial_data' fixtures... Installing json fixture 'initial_data' from absolute path. Problem installing fixture 'initial_data.json': [u'Enter a valid date/ time in YYYY-MM-DD HH:MM format.'] And this happens even when no custom applications are used (only the auth and contenttypes from django.contrib) in settings.py. I am using django svn-head with python 2.5.1. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---