On 05/28/2017 12:40 PM, Simon Liebold via Mailman-users wrote:
I didn't find a 'delete message' button. But "Delete this thread" went straight to the 500. Both, Hyperkitty and django-mailman are up-to-date with master.
'Delete this message' is in the 'message' view. "Delete this thread" is in the 'thread' view.
ERROR 2017-05-28 13:04:14,496 29835 django.request Internal Server Error: /hyperkitty/list/simsimmer@lists.simonliebold.de/thread/4I2TRZTFXMMH2XRQAS73IAEIYROFE5YM/delete Traceback (most recent call last): File "/opt/mailman/venv-2.7/local/lib/python2.7/site-packages/Django-1.11rc1-py2.7.egg/django/core/handlers/exception.py",
HyperKitty requires Django<1.11. The comment in the requirements in setup.py implies this is only a django-haystack requirement
"Django>=1.8",
# Don't upgrade to 1.11 until django-haystack supports it:
# https://github.com/django-haystack/django-haystack/pull/1499
"Django<1.11",
but since it works for me with Django 1.10, you might want to try that.
...
File "/opt/mailman/venv-2.7/local/lib/python2.7/site-packages/Django-1.11rc1-py2.7.egg/django/forms/models.py", line 1168, in __deepcopy__ result.queryset = self.queryset.all() AttributeError: 'NoneType' object has no attribute 'all'
In particular, this looks like Django 1.11 bug <https://code.djangoproject.com/ticket/27975>.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan