summaryrefslogtreecommitdiff
path: root/tests/model_forms/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/model_forms/tests.py')
-rw-r--r--tests/model_forms/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/model_forms/tests.py b/tests/model_forms/tests.py
index 0ca96166bc..0db4ad7567 100644
--- a/tests/model_forms/tests.py
+++ b/tests/model_forms/tests.py
@@ -115,7 +115,7 @@ class ArticleForm(forms.ModelForm):
class PartialArticleForm(forms.ModelForm):
class Meta:
model = Article
- fields = ('headline','pub_date')
+ fields = ('headline', 'pub_date')
class RoykoForm(forms.ModelForm):