при проверке на ajax запрос - request.is_ajax(). Возможно ето связано с тем, что я VIEW функцией прописал, а не класом? Ошибка: AttributeError: 'WSGIRequest' object has no attribute 'is_ajax'
From the Release Notes of 3.1 The HttpRequest.is_ajax() method is deprecated as it relied on a jQuery-specific way of signifying AJAX calls, while current usage tends to use the JavaScript Fetch API. Depending on your use case, you can either write your own AJAX detection method, or use the new HttpRequest.accepts() method if your code depends on the client Accept HTTP header. метод устарел, убрали
Да, надеялся найду обход, спасибо уже решил
Обсуждают сегодня