You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably self of that method should be made positional-only (unless we still support a Python version that does not support positional-only arguments). As a workaround we could possibly rename it to something like ___self that is almost certainly never used in a real URL param...
Official documentation doesn't mention any preconditions for values argument, but
self=1
raises an exception.Can be replicated with the following test case:
Traceback example:
The expected behavior is the returned URL has query string like '?self=1'.
Environment:
The text was updated successfully, but these errors were encountered: