Hey! While learning python + django + app engine + datastore, I started by desiging models and used extensicely PolyModel class. It's a great way to abstract common fields. However, it seems that a) PolyModel is datastore specific and b) djangoforms therein doesn't suppor it. Am I correct?
Are there any plans (or newbie information) to get out here? No mention about Poly.* here: /usr/local/google_appengine_1.2.5/google/appengine/ext/db/ djangoforms.py I guess, in the meantime, I have to either re-design my models not to include any PolyModels or design forms myself. -- Janne --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
