In Django I can't found different between other HTTP methods. It's only HTTP request to server with method=='DELETE' and Request dictionary. So, yes, Django "manage", "understand" HTTP DELETE so good, so other HTTP methods. And params are in request. But I need in this case add params to URL string in jQuery ajax method by hand. And this work good, but questions about: why jQuery doesn't do it for DELETE HTTP method like for GET? Why I must do it "by hand" ?!
Best regards, Yosifov Pavel