Can I change the verbose_name for a field inherited from the parent class in Django?

后端 未结 0 1631
感动是毒
感动是毒 2020-12-01 15:26

There is a parent class

class Category(models.Model)
    category = models.CharField(\'category\', max_length=255, blank=True, help_text=\'Specified category\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题