django admin keeps raising Validation Error when using separate forms for adding and updating

前端 未结 0 1645
说谎
说谎 2020-12-03 04:29

I have two forms : one for adding and the other for updating

class UserAddForm(forms.ModelForm):
    class Meta:
        model = User
        fields = []
             


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