ARLO Nester
Static Public Attributes | List of all members
workspace.tools.models.DeleteTagsForm Class Reference
Inheritance diagram for workspace.tools.models.DeleteTagsForm:
Inheritance graph
[legend]
Collaboration diagram for workspace.tools.models.DeleteTagsForm:
Collaboration graph
[legend]

Static Public Attributes

tuple deleteUserTags = forms.BooleanField(label='Delete User Tags', required=False, initial=False)
 
tuple deleteMachineTags = forms.BooleanField(label='Delete Machine Tags', required=False, initial=False)
 
tuple tagSets = forms.ModelMultipleChoiceField(TagSet.objects.none(), widget=forms.CheckboxSelectMultiple, required=True)
 
tuple tagClasses = forms.ModelMultipleChoiceField(TagClass.objects.none(), widget=forms.CheckboxSelectMultiple, required=True)
 

Member Data Documentation

tuple workspace.tools.models.DeleteTagsForm.deleteMachineTags = forms.BooleanField(label='Delete Machine Tags', required=False, initial=False)
static
tuple workspace.tools.models.DeleteTagsForm.deleteUserTags = forms.BooleanField(label='Delete User Tags', required=False, initial=False)
static
tuple workspace.tools.models.DeleteTagsForm.tagClasses = forms.ModelMultipleChoiceField(TagClass.objects.none(), widget=forms.CheckboxSelectMultiple, required=True)
static
tuple workspace.tools.models.DeleteTagsForm.tagSets = forms.ModelMultipleChoiceField(TagSet.objects.none(), widget=forms.CheckboxSelectMultiple, required=True)
static

The documentation for this class was generated from the following file: