Django readonly fields are not getting autopopulated in TabularInline admin while saving

后端 未结 0 1114
青春惊慌失措
青春惊慌失措 2020-12-15 04:19

In Django models.py, I have model A and B

  class A (models.Model):

       Name =  models.CharField(max_length=100)

     Location = models.CharField(max_len         


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