Skip to content
New issue

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.forms is missing in 5.0.0 #174

Open
g3rb3n opened this issue Nov 30, 2024 · 1 comment · May be fixed by #175
Open

djangocms_link.forms is missing in 5.0.0 #174

g3rb3n opened this issue Nov 30, 2024 · 1 comment · May be fixed by #175

Comments

@g3rb3n
Copy link

g3rb3n commented Nov 30, 2024

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'

@fsbraun
Copy link
Member

fsbraun commented Dec 1, 2024

@g3rb3n You will need to pin djangocms-link<5 for it to work with djangocms-bootstrap4, at least for now.

Consider updating to djangocms-frontend which will support djangocms-link 5+ as of version 2.x (to be released).

@fsbraun fsbraun linked a pull request Dec 1, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants