• 
      

    Support building media with parallel-installed Django

    Review Request #5690 — Created April 9, 2014 and submitted — Latest diff uploaded

    Information

    Review Board
    release-1.7.x
    0d810c9...

    Reviewers

    On systems such as Fedora where older versions of Django are
    installed as alternative versions (and not directly importable),
    we need to ensure that we are importing exactly the right version
    of the Django modules.

    This patch adds a new variable in the reviewboard __init__.py that is
    imported by both setup.py and build-media.py to ensure that they
    are both relying on the same version of Django.

    Built successfully on Fedora.