I'm working with the most recent GAE Patch but still seem to have the problem. This issue here with GAE-Helper describes what I'm seeing exactly:
Issue 70: Deserializer does not decode datetime fields properly http://code.google.com/p/google-app-engine-django/issues/detail?id=70 Is there any convenient way I can setup my development environment so django is used in its unzipped form? This way I can edit pieces and see if that solves my problem, without having to unzip django1.0, make the edit, and rezip? Thanks Stu On Mar 21, 7:08 am, Waldemar Kornewald <[email protected]> wrote: > On Mar 20, 3:31 pm, Big Stu <[email protected]> wrote: > > > 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() > > That should work with the repository version. > > 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 -~----------~----~----~----~------~----~------~--~---
