Opened 12 years ago
Closed 11 years ago
#20273 closed New feature (wontfix)
Report installed dependencies and its versions when DEBUG=True
Reported by: | Sebastián Magrí | Owned by: | nobody |
---|---|---|---|
Component: | Core (Management commands) | Version: | 1.5 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It would be useful to have a list of installed packages and its dependencies in the DEBUG output to ease the diagnose of certain errors.
Change History (7)
comment:1 by , 11 years ago
Component: | Uncategorized → Core (Management commands) |
---|
comment:2 by , 11 years ago
I'm sorry I wasn't clear enough. What I'm talking about is having the list of installed dependencies in the 500 error page template when DEBUG=True.
Best Regards.
comment:3 by , 11 years ago
What information do you mean when you say 'dependencies'? Do you mean all the python packages installed in your environment?
comment:4 by , 11 years ago
Mostly the packages installed in the current environment. INSTALLED_APPS would be used to determine which modules are currently affecting app behaviour...
comment:6 by , 11 years ago
I had this though after having found in several occasions that a specific error was related with the dependencies being outdated. There could be a DEBUG specific setting listing packages that need to be queried.
comment:7 by , 11 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I don't think Django should include that feature. Django-debug-toolbar is much more suited for that kind of stuff and, indeed, it already contains something like that, Versions Panel.
I'm closing this as wontfix: it's not a job of framework to inspect other packages for versions. If you feel that this is something really needed, please bring it to DevelopersMailingList.
Don't see much profit from this but please be more precise about the outcome:
syncdb
ordbshell
commands)It sounds more like an add-on to http://pythonhosted.org/django-extensions/