You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is currently the default behavior unless the traceback rendering is explicitly disabled.
I think this should be revisited because I'm realizing just how often rich is installed as an incidental dependency. Many users might suddenly be surprised when their stack traces look rad all of a sudden.
Reconsider for 1.1.
The rich tracebacks are only installed if django-typer is installed as an app in INSTALLED_APPS which is unnecessary unless users want to use shellcompletion. This means incidental dependencies on django-typer and rich won't trigger this behavior until and unless the user installs django_typer. Maybe this means its fine?
This discussion was converted from issue #22 on May 21, 2024 03:57.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is currently the default behavior unless the traceback rendering is explicitly disabled.
I think this should be revisited because I'm realizing just how often rich is installed as an incidental dependency. Many users might suddenly be surprised when their stack traces look rad all of a sudden.
Reconsider for 1.1.
Let me know what you think!
Beta Was this translation helpful? Give feedback.
All reactions