mirror of
https://github.com/django/django.git
synced 2025-10-09 14:59:24 +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.