#3349: If an ImportError occurs within some loaders a rather confusing exception
is raised.
--------------------------------------------------------+-------------------
Reporter: Chris Wagner <[email protected]> | Owner: nobody
Status: closed | Milestone: 1.3
Component: Template system | Version: SVN
Resolution: fixed | Keywords:
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 1
Needs_better_patch: 0 |
--------------------------------------------------------+-------------------
Changes (by ramiro):
* status: new => closed
* resolution: => fixed
Comment:
This has been fixed in r12944. I now get:
{{{
ImportError at /view/
No module named notthere
Request Method: GET
Request URL: http://localhost:8000/view/
Django Version: 1.2 beta 1
Exception Type: ImportError
Exception Value:
No module named notthere
Exception Location: /home/r/r/dtest07/t3349/templatetags/tag_lib.py in
<module>, line 1
}}}
This ticket is three years old so IMHO it is safe to declare that the
first release containing a fix for this is 1.2 without further backporting
work needed.
--
Ticket URL: <http://code.djangoproject.com/ticket/3349#comment:20>
Django <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.