mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
ae34a6a733
* rename allow_population_by_alias -> allow_population_by_field_name, fix #585 * add change * tweak PR template ☣️ * tweak Makefile
1.1 KiB
1.1 KiB
NOTICE: pydantic is currently pushing towards V1 release,
see issue 576. Changes not required to release version 1
may be be delayed until after version 1 is released. If your PR is a bugfix for v0.32, please base off and target the v0.32.x branch.
Change Summary
Related issue number
Checklist
- Unit tests for the changes exist
- Tests pass on CI and coverage remains at 100%
- Documentation reflects the changes where applicable
changes/<pull request or issue id>-<github username>.mdfile added describing change (see changes/README.md for details)