#36089: Refactor the ManagementUtility to make get_commands a method
-------------------------------------+-------------------------------------
Reporter: d9pouces | Type: New
| feature
Status: new | Component: Core
| (Management commands)
Version: dev | Severity: Normal
Keywords: commands | Triage Stage:
ManagementUtility | Unreviewed
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
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 method to
ManagementUtility that only calls the original get_methods function.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36089>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.