Comment 10 for bug 1382023

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

Reviewed: https://review.openstack.org/129219
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=9e777f2530f3cecda97f4a0c2b261afe89dc295d
Submitter: Jenkins
Branch: stable/juno

commit 9e777f2530f3cecda97f4a0c2b261afe89dc295d
Author: Julie Pichon <email address hidden>
Date: Thu Oct 16 13:46:10 2014 +0100

    Update WSGI app creation to be compatible with Django 1.7

    This resolves the following error when trying to run Horizon:

    AppRegistryNotReady: The translation infrastructure cannot be
    initialized before the apps registry is ready. Check that you don't
    make non-lazy gettext calls at import time.

    and is backwards-compatible with our currently supported versions (back
    to 1.4).

    Change-Id: I1e59f2bf6633a34cfe9230aa028f345e5fa70f94
    Closes-Bug: #1382023
    (cherry picked from commit 686af384c201148c3aebcfbf18b2527587d70ea4)