From 9faab93c97b94e2dc2db11d3cbd9c0a5535cef52 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 14 Apr 2017 21:24:46 +0200 Subject: New migration management --- ishtar_common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index e1a643ea3..d70bcd426 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -251,7 +251,7 @@ def is_unique(cls, field): return func -class OwnPerms: +class OwnPerms(object): """ Manage special permissions for object's owner """ -- cgit v1.2.3