#4786: Debug page traceback should highlight local code vs. framework code
-------------------------------------------------------+--------------------
Reporter: Thomas Güttler <[EMAIL PROTECTED]> | Owner:
kevin
Status: new | Milestone:
Component: Core framework | Version: SVN
Resolution: | Keywords:
aug22sprint
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------------------------+--------------------
Changes (by kevin):
* cc: [EMAIL PROTECTED] (added)
* keywords: => aug22sprint
* needs_better_patch: 1 => 0
Comment:
The attachment ''views_debug_py.3.diff'' has a different way of deciding
whether a file is "application code" vs. code from Django (and other libs,
etc). It gets the load path for each item in `INSTALLED_APPS` (excluding
django.* items), and considers a file to be application code if it falls
under one of those paths.
I discussed this with Malcolm during the sprint and he felt this was a
reasonable approach. (After all, once you get outside the
`INSTALLED_APPS` directories, it's pretty hard to decide what else to
count as part of the application.)
Matching filenames are shown in bold.
--
Ticket URL: <http://code.djangoproject.com/ticket/4786#comment:6>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---