Hi Waldemar, Thanks for following up, and thanks for all your hard work with App Engine Patch. I'm having a lot of fun learning about app engine and django in my spare time, and hope to one day move my full time career into this stuff. Django, GAE, and your stuff will have a huge hand in that.
Anyway, the property I'm tryign to dump is DateTimeProperty: date = db.DateTimeProperty() I'll have a look at that file you refer to and see if I can figure something out. Stu On Mar 19, 2:00 pm, Waldemar Kornewald <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
