当我将 django 从 1.4 升级到 1.5 并运行 manage.py syncdb 时,出现如下错误
$ python manage.py 同步数据库
/usr/local/lib/python2.7/dist-packages/django/conf/init .py :219: DeprecationWarning: You have no filters defined on the 'mail_admins' logging handler: 添加隐式 debug-false-only 过滤器。请参阅http://docs.djangoproject.com/en/dev/releases/1.4/#request-exceptions-are-now-always-logged DeprecationWarning)
TypeError: init () got an unexpected keyword argument 'verify_exists'
非常感谢 !