push
travis-ci
Fix regression breaking websocket message sending. In fe1ba6f3e, we change our auth decorators etc. to use request.POST/request.GET rather than the (now removed request.REQUEST). This broke sending messages via our websockets codepath, because we failed to update the artificial requests we generate to use request._post as well.
1 of 1 new or added line in 1 file covered. (100.0%)
22434 of 25311 relevant lines covered (88.63%)
1.77 hits per line