From c523f79013bf55565a772e0bed07875301dd6a98 Mon Sep 17 00:00:00 2001 From: Eibriel Date: Thu, 21 May 2015 12:04:46 -0300 Subject: [PATCH] Small fix on user schema --- attract/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attract/settings.py b/attract/settings.py index 4ad79f83..4ec56942 100644 --- a/attract/settings.py +++ b/attract/settings.py @@ -38,7 +38,7 @@ users_schema = { 'groups': { 'type': 'list', 'default': [], - 'items': { + 'schema': { 'type': 'objectid', 'data_relation': { 'resource': 'groups',