#14130: Catching ImportError in manage.py considered dangerous
-------------------------------------+--------------------------------------
Reporter: Setok | Owner: nobody
Status: new | Milestone: 1.3
Component: Core framework | Version: 1.1
Resolution: | Keywords: manage settings import
Stage: Accepted | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------+--------------------------------------
Changes (by russellm):
* needs_better_patch: => 0
* needs_docs: => 0
* stage: Unreviewed => Accepted
* needs_tests: => 0
* milestone: => 1.3
Comment:
This is an example where Django is using ImportError to establish
existence of a module; in Django 1.2, we added tools to check for
existence of a module without importing the module; we should be doing the
same here.
--
Ticket URL: <http://code.djangoproject.com/ticket/14130#comment:1>
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.