Skip to content

Commit 3ec61e1

Browse files
committed
Fix test_update_via_tags
1 parent fbd568b commit 3ec61e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tagging/tests/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -996,6 +996,7 @@ def test_tag_field_in_modelform(self):
996996
class TestForm(forms.ModelForm):
997997
class Meta:
998998
model = FormTest
999+
fields = forms.ALL_FIELDS
9991000

10001001
form = TestForm()
10011002
self.assertEqual(form.fields['tags'].__class__.__name__, 'TagField')

0 commit comments

Comments
 (0)