Skip to content

Commit

Permalink
Removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Jan 15, 2014
1 parent a2967bb commit 8eb0bfb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test_project/taggit_autocomplete/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

class TaggitDemoForm(forms.ModelForm):
tags = taggit_tagfield.TagField(widget=taggit_tagfield.TagWidget('TagAutocomplete'))

class Meta:
model = TaggitDemo
widgets = {
'tags': autocomplete_light.TextWidget('TagAutocomplete'),
}

0 comments on commit 8eb0bfb

Please sign in to comment.