After upgrading an old project from Django==1.6.10/Mezzanine==3.1.10 to 
Django==1.9.2/Mezzanine==4.1.0

I'm getting a stack of errors in page contexts:
e.g.
  File 
"/home/michela/env/mod/local/lib/python2.7/site-packages/django/template/base.py",
 
line 905, in _resolve_lookup
    (bit, current))  # missing attribute
VariableDoesNotExist: Failed lookup for key [category_list] 

for
Exception while resolving variable 'blog_page' in template 
'blog/blog_post_list.html'.
Exception while resolving variable 'category_list' in template 
'blog/blog_post_list.html'.
Exception while resolving variable 'keyword_list' in template 
'blog/blog_post_list.html'.
Exception while resolving variable 'blog' in template 
'blog/blog_post_list.html'.

I'm guessing this is an older Mezzanine change but can't find any info on 
this. The views still render and things look ok via /admin.

Any advice?

Michela

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to