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
djangocms-link version 5.0.0 does not have forms anymore.
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'
The text was updated successfully, but these errors were encountered:
@g3rb3n You will need to pin djangocms-link<5 for it to work with djangocms-bootstrap4, at least for now.
djangocms-link<5
Consider updating to djangocms-frontend which will support djangocms-link 5+ as of version 2.x (to be released).
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
djangocms-link version 5.0.0 does not have forms anymore.
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'
The text was updated successfully, but these errors were encountered: