-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
For query and form data, null values are transmitted as empty strings.
I would like to suggest a method to convert these to None during the convert function of the Query class.
I think the user would need to specify that this is the functionality they want. I am thinking either checking for Union[str, None] as the type or adding an extra attribute like allow_none=True.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request