Changeset - dfd1da01be36
[Not reviewed]
0 1 0
Sachi King - 7 years ago 2017-04-23 08:32:52
nakato@nakato.io
Remove unicode(), we're all unicode

Py3
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/registrasion/models.py
Show inline comments
...
 
@@ -81,7 +81,7 @@ The linux.conf.au 2016 attendees mailing listName
 
        if self.country:
 
            lines.append(self.country.name)
 

	
 
        return "\n".join(unicode(line) for line in lines)
 
        return "\n".join(lines)
 

	
 
    def clean(self):
 
        errors = []
0 comments (0 inline, 0 general)