mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
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
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Always use a field's real name with includes/excludes in `model._iter()`, regardless of `by_alias`.
|
||||
Reference in New Issue
Block a user