perf: clone plateform charset (#9442)

Co-authored-by: feng <1304903146@qq.com>
pull/9444/head
fit2bot 2 years ago committed by GitHub
parent 654cbe7bd0
commit 8afe28773d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,7 @@ class Platform(models.Model):
"""
class CharsetChoices(models.TextChoices):
utf8 = 'utf8', 'UTF-8'
utf8 = 'utf-8', 'UTF-8'
gbk = 'gbk', 'GBK'
name = models.SlugField(verbose_name=_("Name"), unique=True, allow_unicode=True)

Loading…
Cancel
Save