标签: python django
运行时:
python manage.py makemigrations
这有时会失败,因为它无法序列化验证器,因此使用python @deconstructible。
python @deconstructible
为什么验证器与数据库有关,为什么它们不会被忽略?