We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Other packages seem to depend on djangocms_link.forms, like djangocms-bootstrap4:
File "../lib/python3.10/site-packages/djangocms_bootstrap4/contrib/bootstrap4_link/forms.py", line 4, in from djangocms_link.forms import LinkForm
ModuleNotFoundError: No module named 'djangocms_link.forms'
If there is no intention to be backward compatible, then the djangocms-bootstrap4 authors should handle this.
The text was updated successfully, but these errors were encountered:
I resolved the ModuleNotFoundError by modifying the import statement in forms.py to
from djangocms_link.fields import LinkFormField
Sorry, something went wrong.
No branches or pull requests
Other packages seem to depend on djangocms_link.forms, like djangocms-bootstrap4:
File "../lib/python3.10/site-packages/djangocms_bootstrap4/contrib/bootstrap4_link/forms.py", line 4, in
from djangocms_link.forms import LinkForm
ModuleNotFoundError: No module named 'djangocms_link.forms'
If there is no intention to be backward compatible, then the djangocms-bootstrap4 authors should handle this.
The text was updated successfully, but these errors were encountered: