Arthexis no longer ships runtime shims for deprecated management commands. When a command is absorbed into a newer surface, keep the compatibility guidance in documentation and release notes instead of importing transitional helpers at runtime.
Use a short mapping table in docs/changelog content so operators can update automation scripts:
| Removed command | Replacement |
|---|---|
python manage.py old_command [args...] |
python manage.py new_command [args...] |