|
@@ -34,7 +34,9 @@ class Permissions(models.Model):
|
|
|
null=True,
|
|
|
help_text="timestamp проверки"
|
|
|
)
|
|
|
- # FIXME: expire_date filed not exist
|
|
|
+ expire_date = models.DateField(
|
|
|
+ help_text="Срок окончания действия разрешения"
|
|
|
+ )
|
|
|
|
|
|
# OTHER
|
|
|
is_global = models.BooleanField(
|