﻿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
30301	`django.core.management.base.OutputWrapper` discards the `style_func` argument.	Adam Barnes	nobody	"https://github.com/django/django/blob/c296e55dc6a697c7e4d4be92b954633cda4a79b1/django/core/management/base.py#L99

I would have assumed that line should read `self.style_func = style_func`.  If it's correct to be discarding the provided `style_func` arg, and setting the attribute on `self` to be `None`, the argument shouldn't be provided.

Of course, I'm not particularly familiar with this inner working of Django yet, so it's possible this is entirely intentional for some reason I don't yet know, in which case, a comment explaining the discarding wouldn't go amiss."	Cleanup/optimization	closed	Core (Management commands)	2.1	Normal	fixed			Ready for checkin	1	0	0	0	1	0
