12 Mar
2024
12 Mar
'24
9:47 p.m.
On the other error, the 'Manager' object has no attribute 'delete' one, I suspect you need: LastView.objects.get(pk=del_id).delete() instead of LastView.objects.delete(pk=del_id)
at https://gitlab.com/mailman/hyperkitty/-/blob/master/hyperkitty/views/mlist.p...
I tried this and it seems to work.
-- Peter C