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 | a20eb71ee2cca0b85bdaed31464f2a72a6e27f56 (patch) | |
tree | 46790ab96aa34ec81cd1216eff4518197b35cb9d /ishtar_common/models.py | |
parent | 75eba6fe02babf4a4e86997578e2caf9f7ba828e (diff) | |
download | Ishtar-a20eb71ee2cca0b85bdaed31464f2a72a6e27f56.tar.bz2 Ishtar-a20eb71ee2cca0b85bdaed31464f2a72a6e27f56.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 """ |