Browse Source
Add a note to the "Required, can be None" section explaining that HTTP query parameters are always strings over the network, and clients cannot explicitly send a Python `None`. The `None` type annotation reflects Python-level typing, not what clients can actually transmit. Closes #12419pull/15213/head
1 changed files with 7 additions and 1 deletions
Loading…
Reference in new issue