Forms ===== The ``indexes`` app provides a single user-facing form -- the index creation / edit form. It is one of the per-app subclasses of :class:`~richy.core.forms.BaseUserItemForm` (see :doc:`/modules/core/forms`), narrowed to :class:`Index` with no further field or validator overrides. UserIndexForm ------------- Concrete index variant of :class:`~richy.core.forms.BaseUserItemForm`. Sets ``item_model = Index`` and otherwise inherits every behavior of the base form -- duplicate-symbol check, uppercase normalization, indexes queryset scoped to the current user, read-only symbol on edit. .. autoclass:: richy.indexes.forms.UserIndexForm :show-inheritance: