﻿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
31428	Allow empty message in management command stdout and stderr proxies.	François Freitag	François Freitag	"Django management commands wrap stdout and stderr in an `OutputWrapper` that adds a `\n` at the end of the text provided as the `out` argument.

I suggest allowing `self.stdout.write()` and `self.stderr.write()` to add a newline to respectively `stdout` and `stderr`. Currently, it fails because `msg` is a positional argument.

[https://github.com/django/django/pull/12671 PR]"	Cleanup/optimization	closed	Core (Management commands)	dev	Normal	fixed			Accepted	1	0	0	0	0	0
