Cross-replying to Django non-relational discussion group because this could be useful, here, too.
On Sat, Jan 9, 2010 at 12:52 AM, johnP <[email protected]> wrote: > Will there be an upgrade path for projects developed on Appengine > patch --> this new endeavour? We want to blog about what is necessary for porting from aep, but we won't write a DB migration utility, for example. That's of course a nice way to contribute. Also, ForeignKey (Django's ReferenceProperty) doesn't store a db.Key, but simply an IntegerField (or CharField, depending on your primary key type). This makes interoperability between App Engine code and native Django code more difficult. We don't have time to also do that (and we don't really need it), so if you want to see that improved you'll have to help and implement it or find someone else who does it. Bye, Waldemar Kornewald -- http://twitter.com/wkornewald http://bitbucket.org/wkornewald/ http://allbuttonspressed.blogspot.com/
-- You received this message because you are subscribed to the Google Groups "app-engine-patch" 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/app-engine-patch?hl=en.
