vad / django-ajaxutils

Ajax requests for Ponies™

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

require a list of methods

armisael opened this issue · comments

It would be helpful to have something like

@ajax(require=('get', 'post'))
def my_view(request):
    pass

closed in 179d290