X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c2e8051452fa55db096553cbe5ae622fc363d481..7b36a6299b5e5e2c4e0705fa1b2965a97a76aadc:/src/picture/models.py diff --git a/src/picture/models.py b/src/picture/models.py index 1ad09e2d8..875ebcc9c 100644 --- a/src/picture/models.py +++ b/src/picture/models.py @@ -118,7 +118,7 @@ class Picture(models.Model): try: author = self.authors().first().sort_key except AttributeError: - author = u'' + author = '' self.sort_key_author = author ret = super(Picture, self).save(force_insert, force_update)