mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Instead of using `request.POST` to access the `data` parameter used in the internal `notify_tornado` path, adds `has_request_variables` decorator and accesses `data` as a `REQ` parameter. Expands `test_tornado_endpoint` in `test_event_system.py` for `data` being a required parameter for this path. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| application.py | ||
| descriptors.py | ||
| django_api.py | ||
| event_queue.py | ||
| exceptions.py | ||
| handlers.py | ||
| ioloop_logging.py | ||
| sharding.py | ||
| views.py | ||