App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Static Public Attributes | List of all members
google.appengine.ext.db.TextProperty Class Reference
Inheritance diagram for google.appengine.ext.db.TextProperty:
google.appengine.ext.db.UnindexedProperty google.appengine.ext.db.Property google.appengine.ext.db.djangoforms.TextProperty

Static Public Attributes

 data_type = Text
 
- Static Public Attributes inherited from google.appengine.ext.db.Property
int creation_counter = 0
 
 data_type = str
 

Additional Inherited Members

- Public Member Functions inherited from google.appengine.ext.db.UnindexedProperty
def __init__
 
def validate
 
- Public Member Functions inherited from google.appengine.ext.db.Property
def __init__
 
def __property_config__
 
def __get__
 
def __set__
 
def default_value
 
def validate
 
def empty
 
def get_value_for_datastore
 
def get_updated_value_for_datastore
 
def make_value_from_datastore_index_value
 
def make_value_from_datastore
 
def datastore_type
 
- Public Attributes inherited from google.appengine.ext.db.Property
 verbose_name
 
 name
 
 default
 
 required
 
 validator
 
 choices
 
 indexed
 
 creation_counter
 
 model_class
 

Detailed Description

A string that can be longer than 500 bytes.

The documentation for this class was generated from the following file: