#8413: Django doesn't reload itself after updating files on disk that raised error on import. ------------------------------------------------+--------------------------- Reporter: buriy | Owner: [EMAIL PROTECTED] Status: new | Milestone: 1.0 maybe Component: django-admin.py runserver | Version: SVN Keywords: autoreload reload import error fix | Stage: Unreviewed Has_patch: 1 | ------------------------------------------------+--------------------------- When autoreload is on, 1. after any occasional error in any models.py file, reloading doesn't work for further updates of that file. 2. modules that had import errors and updated on disk, are never reloaded. Applied patch fixes the described problems and also allows to track various wrong usages of __import__ API.
-- Ticket URL: <http://code.djangoproject.com/ticket/8413> 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 -~----------~----~----~----~------~----~------~--~---
