Lines Matching refs:labels
82 """A widget that renders the labels in a comman separated text field."""
110 @param name: The name attr of the HTML tag of labels.
130 self.fields['labels'].widget = LabelsCommaSpacedWidget()
131 self.fields['labels'].help_text = ('Please enter a comma seperated '
132 'list of labels.')
158 # each row (since labels are many-to-many) - should we remove
181 'protection', 'labels', 'shard', 'labels_autodetection')
187 'leased', 'protection', 'labels')
221 labels = [label.name for label in form.cleaned_data['labels']]
228 locked, lock_reason, labels, acls,
241 'Host created with selected labels.')
246 """Save many-to-many relations between host and labels."""