摘要:
Django 对模型的字段名有一些限制: 一个字段的名称不能是 Python 保留字,因为这会导致 Python 语法错误。比如: class Example(models.Model): pass = models.IntegerField() # 'pass' is a reserved wor 阅读全文
posted @ 2021-03-09 12:13
Follow_Your_Heart
阅读(250)
评论(0)
推荐(0)
2021年3月9日