Search bar offers the following options:
+foo bar -baz
foo*
+qname:twisted.mail.* +search
Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.
foo~1
Results provided by Lunr.js
SignupRequestForm
Meta
save
message
forms
CustomAuthenticationForm
InsitutionForm
lyprox.accounts.forms.SignupRequestForm
lyprox
accounts
class SignupRequestForm(forms.ModelForm):
View In Hierarchy
Form for requesting to be signed up by an administrator.
User
Override save method, so that the entered data is not used to create a User instance, but the information is just stored/sent to an admin.
bool
Undocumented