Bases: django.forms.forms.Form
Bases: django.forms.forms.Form
Bases: django.forms.forms.Form
Bases: django.forms.forms.Form
Form that allows moderators and site administrators to adjust reputation of users.
this form internally verifies that user who claims to be a moderator acually is
Bases: django.forms.forms.Form
form that allows moderators to change user’s status
the type of options displayed depend on whether user is a moderator or a site administrator as well as what is the current status of the moderated user
for example moderators cannot moderate other moderators and admins. Admins can take away admin status, but cannot add it (that can be done through the Django Admin interface
this form is to be displayed in the user profile under “moderation” tab
Bases: django.forms.forms.Form
Bases: django.forms.forms.Form
Bases: django.forms.forms.Form
Bases: django.forms.forms.Form
equivalent to set_frequency(‘n’) but also returns self due to some legacy requirement todo: clean up use of this function
with save_unbound==True will bypass form validation and save initial values
Bases: django.forms.forms.Form
For security reason one unique email in database
Bases: django.forms.fields.ChoiceField
Bases: django.forms.fields.BooleanField
Bases: django.forms.forms.Form
Bases: django.forms.forms.Form
Bases: django.forms.forms.Form
Bases: django.forms.forms.Form
Lists revisions of a Question or Answer
Bases: django.forms.forms.Form
Bases: django.forms.forms.Form
this form must always be valid should use defaults if the data is incomplete or invalid
Bases: django.forms.forms.Form
Bases: django.forms.fields.CharField
Bases: django.forms.models.ModelForm
Bases: django.forms.fields.CharField
Bases: django.forms.fields.BooleanField
deletes key from dictionary if it exists and the corresponding value equals the empty_value
a utility function that will remove choice tuples usable for the forms.ChoicesField from from_choices, the removed ones will be those given by the remove_choice list
there is no error checking, from_choices tuple must be as expected to work with the forms.ChoicesField