I have a fresh installation of Djang CMS. I only added the djangocms-blog so far. When I try to edit the advanced page settings of any setting, I get the following template error.
__str__ returned non-string (type __proxy__)
Request Method: GET
Request URL: http://127.0.0.1:8000/admin/cms/page/42/advanced-settings/
Django Version: 3.1.4
Exception Type: TypeError
Exception Value:
__str__ returned non-string (type __proxy__)
Exception Location: C:\users\dev\Projekte\swj\swj_venv\lib\site-packages\django\template\base.py, line 973, in render_value_in_context
Python Executable: C:\users\dev\Projekte\swj\swj_venv\Scripts\python.exe
Python Version: 3.9.0
Python Path:
['C:\\users\\dev\\Projekte\\swj\\swj_website',
'C:\\Program Files\\Python39\\python39.zip',
'C:\\Program Files\\Python39\\DLLs',
'C:\\Program Files\\Python39\\lib',
'C:\\Program Files\\Python39',
'C:\\users\\dev\\Projekte\\swj\\swj_venv',
'C:\\users\\dev\\Projekte\\swj\\swj_venv\\lib\\site-packages']
Server time: Sun, 06 Dec 2020 00:29:33 +0100
Error during template rendering
In template C:\users\dev\Projekte\swj\swj_venv\lib\site-packages\django\forms\templates\django\forms\widgets\select_option.html, error at line 1
__str__ returned non-string (type __proxy__)
1 <option value="{{ widget.value|stringformat:'s' }}"{% include "django/forms/widgets/attrs.html" %}>{{ widget.label }}</option>
2
I have tried cms check, and it tells me that my installation is fine. I have also tried fix-tree.