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
Switches render_to_csv_response to return a StreamingHttpResponse, which is technically a breaking change, though in practice this should not affect most use cases. If you need a HttpResponse instead, pass streaming=False when calling the function.