|
| multiline |
|
| verbose_name |
|
| name |
|
| default |
|
| required |
|
| validator |
|
| choices |
|
| indexed |
|
| creation_counter |
|
| model_class |
|
int | MAX_LENGTH = 500 |
|
| data_type = basestring |
|
int | creation_counter = 0 |
|
| data_type = str |
|
def google.appengine.ext.db.djangoforms.StringProperty.get_form_field |
( |
|
self, |
|
|
|
kwargs |
|
) |
| |
Return a Django form field appropriate for a string property.
This sets the widget default to forms.Textarea if the property's
multiline attribute is set.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/ext/db/djangoforms.py