﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34556	StreamingHttpResponse documentation inaccuracy	Alexandre Spaeth	Alexandre Spaeth	"While working on adding typing in django-stubs for the async version of StreamingHttpResponse, we noticed that the documentation for `StreamingHttpResponse` mentions

> It should be given an iterator that yields bytestrings as content.

But reading at the code (and the tests), it’s clear that the content can actually also be a string (or anything that can be converted to bytestrings by `make_bytes`). If that’s the expected behaviour (and I’m assuming it is, looking at the `content` documentation for `HttpResponse`), I suggest we fix the documentation.
"	Uncategorized	closed	Documentation	4.2	Normal	fixed			Ready for checkin	1	0	0	0	0	0
