app/soc/views/models/presence.py
changeset 569 96d9655a7538
parent 554 68c7a1dd3c52
child 586 a4a36b06a870
equal deleted inserted replaced
568:6713617751b4 569:96d9655a7538
    83     """
    83     """
    84     #: db.Model subclass for which the form will gather information
    84     #: db.Model subclass for which the form will gather information
    85     model = soc.models.presence.Presence
    85     model = soc.models.presence.Presence
    86 
    86 
    87     #: list of model fields which will *not* be gathered by the form
    87     #: list of model fields which will *not* be gathered by the form
    88     exclude = ['inheritance_line', 'home', 'scope']
    88     exclude = ['home', 'scope']
    89 
    89 
    90 
    90 
    91 class EditForm(CreateForm):
    91 class EditForm(CreateForm):
    92   """Django form displayed a Document is edited.
    92   """Django form displayed a Document is edited.
    93   """
    93   """