mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
Silence warning about MIDDLEWARE_CLASSES when running tests under 1.7.
This commit is contained in:
parent
afe99ddd18
commit
f8a7c50c0a
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ DEFAULT_SETTINGS = dict(
|
|||
"ENGINE": "django.db.backends.sqlite3"
|
||||
}
|
||||
},
|
||||
SILENCED_SYSTEM_CHECKS=["1_7.W001"],
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue