forked from 0x2620/pandora
remove fromAZ
This commit is contained in:
parent
df5dabbec5
commit
9686aab860
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue