Changed paths:
M django/test/testcases.py
M django/test/utils.py
M tests/settings_tests/tests.py
Log Message:
-----------
Fixed #21263 -- Fixed issue with override_settings in inherited classes
When both parent and child classes are decorated with override_settings,
child class settings should take precedence.
Thanks Sephi for the report and Marc Tamlyn for the review.