From 9686aab8603399fe2c37562eadc0a234d54c10d2 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 2 Aug 2019 13:40:02 +0200 Subject: [PATCH] remove fromAZ --- pandora/item/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/item/models.py b/pandora/item/models.py index f3a1aa256..16c4b2ca8 100644 --- a/pandora/item/models.py +++ b/pandora/item/models.py @@ -940,7 +940,7 @@ class Item(models.Model): if not settings.USE_IMDB and s.public_id.isupper() and s.public_id.isalpha(): s.public_id = ox.sort_string(str(ox.fromAZ(s.public_id))) else: - s.public_id = ox.sort_string(str(ox.fromAZ(s.public_id))) + s.public_id = ox.sort_string(s.public_id) s.modified = self.modified or datetime.now() s.created = self.created or datetime.now() s.rightslevel = self.level