No advice, but it looks like a couple of those were just removed in 4.1.0: https://github.com/stephenmcd/mezzanine/commit/3376aedc45b305d5c3239e7a45f7f3882c43983a. I'd guess the others were removed likewise.
On Mon, Feb 8, 2016 at 7:55 AM, michela <[email protected]> wrote: > 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. > -- 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.
