[Fixed]-Access queryset values while setting up modelform

1👍

With a ModelForm, form.instance already works.

In the form: self.instance

In the view: formset.form.instance

Leave a comment