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
# If the response supports deferred rendering, apply template
# response middleware and the render the response
if hasattr(response, 'render') and callable(response.render):
response.render()
self.write(response.content)
Need to do this before write(response.content)
ref: http://groups.google.com/group/django-feincms/browse_thread/thread/dbedd55592966820
The text was updated successfully, but these errors were encountered: