mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
0a465b6216
* Fix #1561 - apply Config env names for fields defined in the parent class * Changes * Fix lint * Fix typing * More tests
208 B
208 B
Allow descendant Settings models to override env variable names for the fields defined in parent Settings models with env in their Config.
Previously only env_prefix configuration option was applicable