bauerji / flask-pydantic

flask extension for integration with the awesome pydantic package
MIT License
352 stars 56 forks source link

Use field aliases when converting query parameters #63

Open surajmanjesh opened 1 year ago

surajmanjesh commented 1 year ago

Closes #59

Check if any of the aliased names are present in request.args when converting query parameters to a form needed to populate list values from query parameters.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

overborn commented 1 year ago

would be really helpful is this will be merged @bauerji