Changed paths:
M django/contrib/humanize/tests.py
M tests/defaultfilters/tests.py
M tests/forms_tests/tests/test_regressions.py
M tests/i18n/contenttypes/tests.py
M tests/template_tests/tests.py
Log Message:
-----------
Removed superfluous uses of TransRealMixin.
The translation.override context manager cleans up after itself. As a
consequence this mixin isn't needed any more in many cases.