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

Public Member Functions

def __init__
 

Public Attributes

 model
 
 fields
 
 exclude
 

Detailed Description

A simple class to hold internal options for a ModelForm class.

Instance attributes:
  model: a db.Model class, or None
  fields: list of field names to be defined, or None
  exclude: list of field names to be skipped, or None

These instance attributes are copied from the 'Meta' class that is
usually present in a ModelForm class, and all default to None.

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