Django lays out the mapping of Django model data types to Django form widgets nicely here, but I can’t find a similar mapping for Google App Engine data types. For instance what does a db.TextProperty() map too and how would I know that?
Django lays out the mapping of Django model data types to Django form widgets
Share
It’s documented in the source, starting here.