That number is not the response time, your question title is incorrect.
It's the response size and it's printed by Python http-server which Django inherits. That explains why it's not documented by Django, because it's not the Django code that prints it.
You can verify that by looking at this Django module. This is the line that starts the http-server.
It inherits from Python http-server. This is the line that prints the response size.