mirror of https://github.com/zulip/zulip.git
3bc47bc44a
Adding a positional argument caused a problem when @authenticated_api_view started using @has_request_variables internally. The 'handler' argument used to be passed through positionally to the wrapped function, but when using @has_request_variables, the wrapper inside @authenticated_api_view had to take additional arguments. The handler argument was then assigned to one of those parameters instead of being passed through. (imported from commit 66240bd465c803ddcbf4a603509051fca7381468) |
||
---|---|---|
api | ||
certs | ||
confirmation | ||
humbug | ||
servers | ||
templates | ||
tools | ||
zephyr | ||
.gitignore | ||
manage.py |