Skip to content

common/utils: Ensure str type for query parameters in reverse function

It prevents possible issues in URL generation when providing a query parameter that is not of string type.

See for instance bug fixed in rDWAPPS1c512a83 that could have been spotted by mypy if such rule was in place.

Depends on !836 (closed)


Migrated from D7974 (view on Phabricator)

Merge request reports