Silence warning about MIDDLEWARE_CLASSES when running tests under 1.7.

This commit is contained in:
Carl Meyer 2014-07-25 09:51:50 -06:00
parent afe99ddd18
commit f8a7c50c0a

View file

@ -16,6 +16,7 @@ DEFAULT_SETTINGS = dict(
"ENGINE": "django.db.backends.sqlite3"
}
},
SILENCED_SYSTEM_CHECKS=["1_7.W001"],
)