mirror of
https://github.com/django/django.git
synced 2025-03-06 15:32:33 +00:00
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.