Files
pydantic/changes/1397-AlexECX.md
T
AlexECX 92b0bbc0f3 Bug fix: excludes skipped for aliased nested fields when by_alias=True (#1398)
* Typo in test function name, fix #1397

* Always use a field's real name for includes/excludes

* Add changes.md file
2020-04-18 17:05:20 +01:00

99 B

Always use a field's real name with includes/excludes in model._iter(), regardless of by_alias.