projects
/
demoscenemusic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38e0010
)
Use single quotes.
author
David ‘Bombe’ Roden
<bombe@demoscenemusic.org>
Wed, 8 May 2013 21:03:21 +0000
(23:03 +0200)
committer
David ‘Bombe’ Roden
<bombe@demoscenemusic.org>
Wed, 8 May 2013 21:03:21 +0000
(23:03 +0200)
data/models.py
patch
|
blob
|
history
diff --git
a/data/models.py
b/data/models.py
index
93ef724
..
7083561
100644
(file)
--- a/
data/models.py
+++ b/
data/models.py
@@
-12,4
+12,4
@@
class Group(models.Model):
artists = models.ManyToManyField(Artist)
def __unicode__(self):
- return self.name +
" (" + self.website + ")"
+ return self.name +
' (' + self.website + ')'