Files
pydantic/.github/PULL_REQUEST_TEMPLATE.md
T
Samuel Colvin ae34a6a733 rename allow_population_by_alias -> allow_population_by_field_name (#875)
* rename allow_population_by_alias -> allow_population_by_field_name, fix #585

* add change

* tweak PR template ☣️

* tweak Makefile
2019-10-07 18:40:01 +01:00

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

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>.md file added describing change (see changes/README.md for details)