|
| verbose_name |
|
| name |
|
| default |
|
| required |
|
| validator |
|
| choices |
|
| indexed |
|
| creation_counter |
|
| model_class |
|
| data_type = float |
|
int | creation_counter = 0 |
|
| data_type = str |
|
def google.appengine.ext.db.djangoforms.FloatProperty.get_form_field |
( |
|
self, |
|
|
|
kwargs |
|
) |
| |
Return a Django form field appropriate for an integer property.
This defaults to a FloatField instance when using Django 0.97 or
later. For 0.96 this defaults to the CharField class.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/ext/db/djangoforms.py