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

.. module:: djem.forms.bases

.. currentmodule:: djem.forms

UserSavable

.. versionadded:: 0.7

.. autoclass:: UserSavable


AuditableForm

.. versionchanged:: 0.7

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

.. autoclass:: AuditableForm

    .. attribute:: user

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