﻿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
36089	Refactor the ManagementUtility to make get_commands a method	d9pouces		"The ManagementUtility directly uses the `get_commands` function instead of encapsulating it in a method that could be overridden, for example to exclude some unwanted Django commands.

To ensure compatibility, the simplest way is to add a `get_management_commands` method to ManagementUtility that only calls the original `get_commands` function."	New feature	new	Core (Management commands)	dev	Normal		commands ManagementUtility		Unreviewed	1	0	0	0	0	0
