mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-01-31 11:48:38 +03:00
fix a line break
This commit is contained in:
parent
0b103417f9
commit
bc1d47efb5
|
@ -38,7 +38,8 @@ class Reporter(models.Model):
|
||||||
'Reporter Type',
|
'Reporter Type',
|
||||||
null=True,
|
null=True,
|
||||||
blank=True,
|
blank=True,
|
||||||
choices=[(1, u'Regular'), (2, u'CNN Reporter')] )
|
choices=[(1, u'Regular'), (2, u'CNN Reporter')]
|
||||||
|
)
|
||||||
|
|
||||||
def __str__(self): # __unicode__ on Python 2
|
def __str__(self): # __unicode__ on Python 2
|
||||||
return "%s %s" % (self.first_name, self.last_name)
|
return "%s %s" % (self.first_name, self.last_name)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user