|
| item_type |
|
| verbose_name |
|
| name |
|
| default |
|
| required |
|
| validator |
|
| choices |
|
| indexed |
|
| creation_counter |
|
| model_class |
|
| data_type = list |
|
int | creation_counter = 0 |
|
| data_type = str |
|
def google.appengine.ext.db.djangoforms.StringListProperty.get_form_field |
( |
|
self, |
|
|
|
kwargs |
|
) |
| |
Return a Django form field appropriate for a StringList property.
This defaults to a Textarea widget with a blank initial value.
def google.appengine.ext.db.djangoforms.StringListProperty.get_value_for_form |
( |
|
self, |
|
|
|
instance |
|
) |
| |
Extract the property value from the instance for use in a form.
This joins a list of strings with newlines.
def google.appengine.ext.db.djangoforms.StringListProperty.make_value_from_form |
( |
|
self, |
|
|
|
value |
|
) |
| |
Convert a form value to a property value.
This breaks the string into lines.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/ext/db/djangoforms.py