1👍
✅
You could try something like
forms.ChoiceField(choices=((f.name, f.verbose_name) for f in Inventory._meta.fields))
👤okm
Source:stackexchange.com