SyntaxFix
Write A Post
Hire A Developer
Questions
Also this can happen in Django if you are using jquery ajax to url that reverses to a function that doesn't contain 'request' parameter
$.ajax({ url: '{{ url_to_myfunc }}', }); def myfunc(foo, bar): ...