mirror of
https://github.com/django/django.git
synced 2025-03-22 15:20:47 +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.