Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 577 Bytes

forms.rst

File metadata and controls

28 lines (16 loc) · 577 Bytes

Form Classes and Mixins

djem.forms.bases

djem.forms

UserSavable

0.7

UserSavable

AuditableForm

0.7

Renamed from CommonInfoForm. The old name is still available for backwards compatibility, but is considered deprecated.

AuditableForm

user

The user model instance provided to the constructor on instantiation. May be None on unbound forms.