Class ModelFormField missing in viewflow.forms? #459
Closed
fishheadmaggus
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe this is due to my being a newbie with using free viewflow (version 2.2.5). I am currently doing my first steps following along with the online documentation. I found that when running
from viewflow.forms import ModelFormField
the nameModelFormField
could not be found. Indeed,dir(forms)
confirmed that ModelFormField was missing while e.g. ModelForm was present in this module as expected. What went wrong? Was it my mistake or hasModelFormField
been shifted to another module?Here's what I found:
Beta Was this translation helpful? Give feedback.
All reactions