#1596: connection.close -----------------------------+---------------------------------------------- Reporter: anonymous | Owner: adrian Type: defect | Status: new Priority: normal | Milestone: Component: django-admin.py | Version: magic-removal Severity: normal | Keywords: -----------------------------+---------------------------------------------- it seemed that the r2611's fix still cause some error. when i terminate the django buildin server, the console show some information like below: '' Django version 0.91 (magic-removal), using settings 'foo.settings' Development server is running at http://127.0.0.1:8000/ Quit the server with CONTROL-C (Unix) or CTRL-BREAK (Windows). Exception exceptions.AttributeError: "'NoneType' object has no attribute 'print_ exc'" in <function remove at 0x00C80530> ignored'' and if i change the '''django/db/_init_.py''' back to {{{ dispatcher.connect(lambda: connection.close(), signal=signals.request_finished) }}} the error no longer raised! my env: windows xp sp2, python 2.4.3, pysqlite2.2.0
-- Ticket URL: <http://code.djangoproject.com/ticket/1596> Django <http://code.djangoproject.org/> 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 django-updates@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates -~----------~----~----~----~------~----~------~--~---