Search Results

1
vote
2answers
127 views

How do I reference the underlying model of a django model form object?

When creating a form, I wish to use one field on the model as a label to go with another field that I'm updating. I've overridden the BaseModelFormSet with a new _init__ me …
0
votes

How do I reference the underlying model of a django model form object?

I posted this question because I had a model with two fields: LabelField ValueField and I wanted to display a form that used "LabelField" as the label while allowi …