tangentlabs / django-fancypages

A Content Enhancement System for Django
https://django-fancypages.readthedocs.org
BSD 3-Clause "New" or "Revised" License
34 stars 11 forks source link

Exception in middleware for response objects with streaming content #48

Closed roadsideseb closed 10 years ago

roadsideseb commented 10 years ago

When responses with streaming_content are passed through the middleware, an exception is raised when checking for 'editable-container' in the content body.

The middleware needs to ignore streaming response objects.

roadsideseb commented 10 years ago

Fixed in 01022ff3.