Closed skizzy closed 4 years ago
Hello,
Thanks for creating this package. After installation, the moderation is working. When I visited the admin page, I'm getting the below error:
[u"'(+: (DEFAULT: ), 1)' value must be an integer."] Environment: Request Method: GET Request URL: http://mysell:8000/admin/moderation/moderatedobject/ Django Version: 1.4.6 Python Version: 2.7.3 Installed Applications: ('django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.admin', 'digiapp', 'registration', 'profile', 'tinymce', 'moderation') Installed Middleware: ('django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware') Traceback: File "C:\Python27\lib\site-packages\django\core\handlers\base.py" in get_response 111. response = callback(request, *callback_args, **callback_kwargs) File "C:\Python27\lib\site-packages\django\contrib\admin\options.py" in wrapper 366. return self.admin_site.admin_view(view)(*args, **kwargs)
File "C:\Python27\lib\site-packages\django\utils\decorators.py" in _wrapped_view
Exception Type: DeserializationError at /admin/moderation/moderatedobject/ Exception Value: [u"'(+: (DEFAULT: ), 1)' value must be an integer."]
Try to use new version of django-moderation which is 0.7.0 and let us know if you have the same result.
django-moderation
Hello,
Thanks for creating this package. After installation, the moderation is working. When I visited the admin page, I'm getting the below error:
File "C:\Python27\lib\site-packages\django\utils\decorators.py" in _wrapped_view