Thanks Ryne, that was part of the problem - I'd modified the blog templates so missed out on some updates
However even with the latest templates from the Mezzanine repos, I'm still getting errors - see below. Which I'm confused about as there's definitely no reference to "blog" in my templates and haven't touched the admin templates (grappelli-safe==0.4.2) /blog (blog/blog_post_list.html) Failed lookup for key [blog] /admin: (admin/login.html) Failed lookup for key [hide_delete_link] Failed lookup for key [singleton] Failed lookup for key [hide_slug_field] Failed lookup for key [REQUEST] Failed lookup for key [this_is_the_login_form] Failed lookup for key [username] Failed lookup for key [no_site_permission] Failed lookup for key [is_popup] I'm using django-registration in case that's relevant On Tuesday, 9 February 2016 01:30:11 UTC+11, Ryne Everett wrote: > > 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] <javascript:> > > 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] <javascript:>. >> 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.
