1👍
To further quote:
Note
All views that are attached like this must return a RequestContext instance instead of the default Context instance.
I just had to add context_instance=RequestContext(request)
to my render_to_response
s.
👤Joe
- [Django]-Removing from a Haystack/Xapian Index with update_index –remove
- [Django]-Django.db.utils.NotSupportedError: FOR UPDATE cannot be applied to the nullable side of an outer join
- [Django]-Why has this approach been taken in this class?
Source:stackexchange.com