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.
I've read about some similar sounding issues with the deserializer
used by Django, but these are from last summer or before, and they
appear to have solutions.

Any idea what I'm doing wrong?

Incidentially, I have to remove the first line "Running on app-engine-
patch 1.0"  from data.json.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to