Фиксируем модели, UserStory и тесты
This commit is contained in:
@@ -75,7 +75,7 @@ class AccountModel(AbstractUser, UuidIdMixin, CreatedAtMixin, UpdatedAtMixin, De
|
||||
|
||||
extra = models.JSONField(
|
||||
null=False,
|
||||
default={},
|
||||
default=dict,
|
||||
blank=False,
|
||||
verbose_name=_("rack.models.account.extra"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user