Comment 2 for bug 1534526

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

Reviewed: https://review.openstack.org/268044
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=b9cfe4d2003797a49ac899c99b370f1ce7157612
Submitter: Jenkins
Branch: master

commit b9cfe4d2003797a49ac899c99b370f1ce7157612
Author: Thomas Goirand <email address hidden>
Date: Fri Jan 15 09:54:15 2016 +0000

    [Django 1.9] Do not use django.utils.log.NullHandler

    django.utils.log.NullHandler is removed from Django 1.9, this patch
    uses logging.NullHandler instead.

    Change-Id: I940e72468400fde85342c44f55cce5f5e2a3c66e
    Closes-Bug: 1534526
    Partially-Implements: blueprint drop-dj17