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

Grid Container Issue with djangocms==3.11.6 and django==4.2 #165

Open
rdawad opened this issue Jun 25, 2024 · 0 comments
Open

Grid Container Issue with djangocms==3.11.6 and django==4.2 #165

rdawad opened this issue Jun 25, 2024 · 0 comments

Comments

@rdawad
Copy link

rdawad commented Jun 25, 2024

tried django-cms==3.11.6 with django==4.2.6 while adding a grid container to cms page getting an error

TypeError at /admin/cms/page/add-plugin/
str returned non-string (type proxy)
Request Method: GET
Request URL: http://127.0.0.1:8000/admin/cms/page/add-plugin/?placeholder_id=2&plugin_type=Bootstrap4GridContainerPlugin&cms_path=/&plugin_language=en-us
Django Version: 4.2.6
Exception Type: TypeError
Exception Value:
str returned non-string (type proxy)
Exception Location: C:\Users\ei\Desktop\Alatest\env\lib\site-packages\django\template\defaultfilters.py, line 47, in _dec
Raised during: cms.admin.placeholderadmin.add_plugin
Python Executable: C:\Users\ei12650\Desktop\Alatest\env\Scripts\python.exe
Python Version: 3.9.0
Python Path:
['C:\Users\ei\Desktop\Alatest\missionversion',
'C:\Users\ei\AppData\Local\Programs\Python\Python39\python39.zip',
'C:\Users\ei\AppData\Local\Programs\Python\Python39\DLLs',
'C:\Users\ei\AppData\Local\Programs\Python\Python39\lib',
'C:\Users\ei\AppData\Local\Programs\Python\Python39',
'C:\Users\ei\Desktop\Alatest\env',
'C:\Users\ei\Desktop\Alatest\env\lib\site-packages']

seems incompatible, however other plugin such as link/button image, row, link, carousel, etc working fine

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

No branches or pull requests

1 participant