Changes between Initial Version and Version 1 of Ticket #36089
- Timestamp:
- Jan 12, 2025, 6:42:29 AM (9 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36089 – Description
initial v1 1 The ManagementUtility directly uses the get_commandsfunction instead of encapsulating it in a method that could be overridden, for example to exclude some unwanted Django commands.1 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. 2 2 3 To ensure compatibility, the simplest way is to add a method to ManagementUtility that only calls the original get_methodsfunction.3 To ensure compatibility, the simplest way is to add a `get_management_commands` method to ManagementUtility that only calls the original `get_commands` function.