Home | Trees | Indices | Help |
|
---|
|
Keeps information on the previous state of objects, to keep track of changes and enable restore to that previous state
|
|||
Admin |
|
|||
model = Field(Unicode(256), index= True, required= True)
|
|||
primary_key = Field(INT(), index= True, required= True)
|
|||
creation_date = Field(DateTime(), default= datetime.datetime.now)
|
|||
person = ManyToOne('Person', required= True, ondelete= 'restri
|
|||
description = property(lambda self: 'Change')
|
|
person
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jan 31 18:49:55 2009 | http://epydoc.sourceforge.net |