Comment 5 for bug 1630298

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (stable/newton)

Reviewed: https://review.openstack.org/402111
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=c5482a957f085d1145822044b67e5d9db62f6f06
Submitter: Jenkins
Branch: stable/newton

commit c5482a957f085d1145822044b67e5d9db62f6f06
Author: Rob Cresswell <email address hidden>
Date: Wed Oct 5 17:03:27 2016 +0100

    Fix logspam in django 1.9 and django 1.10 tests

    Including the contrib enabled files was causing a ton of warnings in the
    test runs about the 'Developer' dashboard not being registered. We
    should remove it from test settings; we can also disable the
    theme_preview test (which didn't have much value anyway) as it is
    covered by a check in developer/tests.py

    Change-Id: Ib03a13f289eca6a7565a7a6f1a9a3ab6c90d56c9
    Closes-Bug: 1630298
    (cherry picked from commit f0f70002974694e4e2f6e094a49dd95cca7df5df)