You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrated issue, originally created by Michael Bayer (@zzzeek)
this because the Container in cache _get_container() is held in a dictionary, and the cache callable rendered in the template accesses the current context. The change would have to involve the cache callable getting at the current context, or perhaps _get_container() updating the container with the current callable.
Migrated issue, originally created by Michael Bayer (@zzzeek)
this because the
Container
in cache _get_container() is held in a dictionary, and the cache callable rendered in the template accesses the current context. The change would have to involve the cache callable getting at the current context, or perhaps _get_container() updating the container with the current callable.The text was updated successfully, but these errors were encountered: