Closed github3ape closed 2 years ago
我的字段是这样的: nonce = models.PositiveIntegerField(verbose_name='Nonce', blank=True, null=True) nonce 允许留空。
在前端编辑后,却提示我不能为空。
@github3ape 这个是drf对于这个字段验证的问题.参考: https://stackoverflow.com/questions/49753316/django-rest-framework-a-valid-integer-is-required
我的字段是这样的: nonce = models.PositiveIntegerField(verbose_name='Nonce', blank=True, null=True) nonce 允许留空。
在前端编辑后,却提示我不能为空。