When I upgrade django from 1.4 to 1.5, and run manage.py syncdb, there is a error as following
$ 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: adding implicit debug-false-only filter. See 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'
Thanks very much !