Forms#

The indexes app provides a single user-facing form – the index creation / edit form. It is one of the per-app subclasses of BaseUserItemForm (see Forms, fields and widgets), narrowed to Index with no further field or validator overrides.

UserIndexForm#

Concrete index variant of 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.

class richy.indexes.forms.UserIndexForm(user, *args, **kwargs)[source]#

Bases: BaseUserItemForm