Merge branch 'master' into api
# Conflicts: # apps/note/forms.py # apps/note/urls.py # apps/note/views.py
This commit is contained in:
commit
00d560c20e
9 changed files with 125 additions and 9 deletions
|
|
@ -118,6 +118,9 @@ class Role(models.Model):
|
|||
verbose_name = _('role')
|
||||
verbose_name_plural = _('roles')
|
||||
|
||||
def __str__(self):
|
||||
return str(self.name)
|
||||
|
||||
|
||||
class Membership(models.Model):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue