Hello again,
Mark Sapiro wrote:
I'm not certain, but I think it's a Django issue rather than a Mailman issue.
I got a reply about this in the Django forum at https://forum.djangoproject.com/t/getting-error-need-2-values-to-unpack-in-f...
Quoting from that forum post:
"This is not a bug in Django. This would be functioning in the manner that Django is designed and documented at [link]"
"The error here is trying to use a reference in a template without having the view ensure that the context being passed is correct."
"Both the template and the view should be corrected here. The view should ensure the right data is put into the context, probably under a different name, and the template should render that data from that name."
(end of quote from Django forum)
So they think it is not a bug in Django.
Does it make sense, that "the template and the view should be corrected" as suggested there? (The template in question would be pagination.html but I'm not sure exactly how it should be corrected.)
/ Elias