diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-14 21:24:46 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-14 21:24:46 +0200 |
commit | 9faab93c97b94e2dc2db11d3cbd9c0a5535cef52 (patch) | |
tree | 46790ab96aa34ec81cd1216eff4518197b35cb9d /ishtar_common/models.py | |
parent | 11185161a0ec5c15a1852fd7bc387b82573b577a (diff) | |
download | Ishtar-9faab93c97b94e2dc2db11d3cbd9c0a5535cef52.tar.bz2 Ishtar-9faab93c97b94e2dc2db11d3cbd9c0a5535cef52.zip |
New migration management
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 """ |