On Mar 18, 6:19 pm, Big Stu <[email protected]> wrote: > I'm having a problem with my App Engine Patch project where if I > dumpdata from my app engine server using: > ./manage.py dumpdata --format json > data.json > > Then reset the servers data: > ./manage.py reset > > And then try to reload that data: > ./manage.py loaddata data.json > > I get complaints about Date properties not being "datetime" objects.
Currently, we only support DateTimeProperty and I don't know when I'll get to the other properties. I've got a lot of other stuff on my plate. If it's critical to you I'd suggest that you have a look at django/core/serializers/python.py and extend the deserializer. Bye, Waldemar Kornewald --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
