From 810e9eab0ef460e58ac2ee0962b65ce9b053b498 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 16 Feb 2012 02:09:21 +0530 Subject: [PATCH] random is a base key --- pandora/item/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora/item/models.py b/pandora/item/models.py index a96641c05..0c1acefce 100644 --- a/pandora/item/models.py +++ b/pandora/item/models.py @@ -655,6 +655,7 @@ class Item(models.Model): 'numberoffiles', 'parts', 'pixels', + 'random', 'timesaccessed', 'accessed', 'resolution',