Before this change, starting a dev server would give this warning:
Performing system checks...
System check identified some issues:
WARNINGS:
?: (1_7.W001) MIDDLEWARE_CLASSES is not set.
HINT: Django 1.7 changed the global defaults for the MIDDLEWARE_CLASSES. django.contrib.sessions.middleware.SessionMiddleware, django.contrib.auth.m
iddleware.AuthenticationMiddleware, and django.contrib.messages.middleware.MessageMiddleware were removed from the defaults. If your project needs these mid
dleware then you should configure this setting.
Coverage increased (+0.0%) to 99.43% when pulling 32c676e727845c62e8958514d3c61ea56569a77b on yola:quiet_middleware_checks into 6891fbcdcec71d94966a0f4de26dc427c07eb81c on thomasw:master.
Before this change, starting a dev server would give this warning: