divio / aldryn-newsblog

A combined news/weblog application for Aldryn and django CMS – part of the Essential Addons.
https://marketplace.django-cms.org/en/addons/browse/aldryn-newsblog/
Other
67 stars 118 forks source link

This QueryDict instance is immutable #481

Closed vutrongvu closed 6 years ago

vutrongvu commented 6 years ago

When create new page and save advanced-settings. it display error 'AttributeError at /admin/cms/page/7/advanced-settings/'. Detail: AttributeError This QueryDict instance is immutable /usr/local/lib/python3.5/site-packages/django/http/request.py in _assert_mutable, line 431 /usr/local/bin/python 3.5.4 ['/app', '/usr/local/lib/python35.zip', '/usr/local/lib/python3.5', '/usr/local/lib/python3.5/plat-linux', '/usr/local/lib/python3.5/lib-dynload', '/usr/local/lib/python3.5/site-packages'] Wed, 31 Jan 2018 03:42:54 +0000

python: 3.5 Django: 1.11.5 aldryn-newsblog 2.0.0

plamen-nikolov commented 6 years ago

It's an issue related to Django-CMS

https://github.com/divio/django-cms/issues/6035

You can checkout to the fix.

czpython commented 6 years ago

Fixed by https://github.com/divio/django-cms/issues/6035