Comment 7 for bug 1806053

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to horizon (stable/rocky)

Reviewed: https://review.openstack.org/633753
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=527553752a2a927ea0f505bd7f977e33fa7b6790
Submitter: Zuul
Branch: stable/rocky

commit 527553752a2a927ea0f505bd7f977e33fa7b6790
Author: Akihiro Motoki <email address hidden>
Date: Tue Jan 29 23:51:37 2019 +0900

    Ensure django.contrib.auth.middleware monkey patching for APIMockTestCase

    This patch is directly proposed to stable/rocky.

    A cherry-pick of I6b2be31568e4aa4273990f9cfa76ca139620c84b
    to stable/rocky is insufficient. The cherry-pick forgot to
    handle APIMockTestCase as the corresponding code is different
    between the master branch and stable/rocky branches and
    as a result APIMockTestCase in stable/rocky branch does not
    monkey-patch django.contrib.auth.middleware.

    Related-Bug: #1806053
    Change-Id: I4993ff5006b6366df64b6d96acddf15be0cc331c