diff options
author | Leif Johansson <leifj@sunet.se> | 2011-03-03 23:28:11 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-03-03 23:28:11 +0100 |
commit | d60a62a68a5c3442a6b464cca1c1a218d57d8ecc (patch) | |
tree | bc7f4d62751fff095bfcd547a95714b19e5b5487 /coip/apps/name/models.py | |
parent | 5bf172664d789d10781441e2a812f626c15c8da6 (diff) |
new acl UI
Diffstat (limited to 'coip/apps/name/models.py')
-rw-r--r-- | coip/apps/name/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coip/apps/name/models.py b/coip/apps/name/models.py index a1384a3..d8c089e 100644 --- a/coip/apps/name/models.py +++ b/coip/apps/name/models.py @@ -204,6 +204,7 @@ class NameLink(models.Model): access_control = 0 part_of = 1 + child_access_control = 2 def __unicode__(self): return "%s -> %s [%s %s]" % (self.src,self.dst,self.type,self.data) |