mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
cb2abb10b6
* Fix __fields_set__ not using alias field names (#517) fix #517 * Update HISTORY.rst * Fix single quotes * Don't need to check allow_population_by_alias * Calculate fields_set in validate_model instead * Fix formatting * Add breaking change to history * Minor fixed to validate_mode * Minor fixes to tests * Add comments for names_used and fields_set in validate_model