【发布时间】:2013-02-17 16:00:53
【问题描述】:
当我将 django 从 1.4 升级到 1.5 并运行 manage.py syncdb 时,出现如下错误
$ python manage.py syncdb
/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 弃用警告)
TypeError: init() 得到了一个意外的关键字参数 'verify_exists'
非常感谢!
【问题讨论】:
标签: django