We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b10341 commit bc1d47eCopy full SHA for bc1d47e
graphene_django/tests/models.py
@@ -38,7 +38,8 @@ class Reporter(models.Model):
38
'Reporter Type',
39
null=True,
40
blank=True,
41
- choices=[(1, u'Regular'), (2, u'CNN Reporter')] )
+ choices=[(1, u'Regular'), (2, u'CNN Reporter')]
42
+ )
43
44
def __str__(self): # __unicode__ on Python 2
45
return "%s %s" % (self.first_name, self.last_name)
0 commit comments