• 
      

    Fix avatar unit tests on django 1.8+

    Review Request #8809 — Created March 10, 2017 and submitted — Latest diff uploaded

    Information

    Djblets
    release-0.10.x
    8871730...

    Reviewers

    ConfigForms require User.get_profile to exist, but Django has
    removed this method in modern versions, causing some test failures.
    This patch adds a testcase decorator to re-implement the missing
    method when it is not present.

    Ran unit tests on Django 1.8 and 1.6: they passed!