Fix avatar unit tests on django 1.8+
Review Request #8809 — Created March 10, 2017 and submitted — Latest diff uploaded
ConfigForm
s requireUser.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!