| Age | Commit message (Collapse) | Author |
|
|
|
|
|
It doesn't account for app configs.
Refs #21679.
|
|
|
|
|
|
|
|
Refs #19031.
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Refs #20680.
|
|
Refactored override_settings to store the underlying settings._wrapped
value seen at runtime, not instantiation time.
|
|
Fixed #20483.
|
|
|