mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 16:10:26 +00:00
delete trans in Invitation model (#4223)
This commit is contained in:
@@ -40,7 +40,7 @@ class InvitationManager(models.Manager):
|
|||||||
|
|
||||||
class Invitation(models.Model):
|
class Invitation(models.Model):
|
||||||
INVITE_TYPE_CHOICES = (
|
INVITE_TYPE_CHOICES = (
|
||||||
(GUEST, _('Guest')),
|
(GUEST, 'Guest'),
|
||||||
)
|
)
|
||||||
|
|
||||||
token = models.CharField(max_length=40, db_index=True)
|
token = models.CharField(max_length=40, db_index=True)
|
||||||
|
Reference in New Issue
Block a user