Added empty mail_admins filter to prevent DeprecationWarning

This commit is contained in:
mendeni
2013-03-05 10:06:57 -05:00
parent 23ef446171
commit c9f66e021f

View File

@@ -152,7 +152,8 @@ LOGGING = {
'handlers': {
'mail_admins': {
'level': 'ERROR',
'class': 'django.utils.log.AdminEmailHandler'
'class': 'django.utils.log.AdminEmailHandler',
'filters': []
}
},
'loggers': {