add message
This commit is contained in:
parent
46ac770d1f
commit
8e2bbbdc8b
|
@ -82,6 +82,8 @@ class Group_admin(models.Model):
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.group.name
|
return self.group.name
|
||||||
|
|
||||||
|
class Meta:
|
||||||
|
ordering = ["created"]
|
||||||
|
|
||||||
# 矩阵成员
|
# 矩阵成员
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue