From: Ɓukasz Rekucki Date: Fri, 2 Oct 2009 09:43:46 +0000 (+0200) Subject: Fix X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/aac18e2d101a237381f92ff26557286e623a4a22?ds=sidebyside Fix --- diff --git a/apps/api/utils.py b/apps/api/utils.py index f8be8a13..37a89a29 100644 --- a/apps/api/utils.py +++ b/apps/api/utils.py @@ -65,7 +65,7 @@ def natural_order(get_key=lambda x: x): def getter(key): nkey = get_key(key) - if not isinstance(key, unicode): + if not isinstance(nkey, unicode): ukey = nkey.decode('utf-8') else: ukey = nkey