From 76a8badd24cea6509df24e070f7fc06f47ee9ac3 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Mon, 3 Feb 2025 14:55:10 +0500 Subject: [PATCH] Add a deprecation notice to the AjaxCrawlMiddleware docs. --- docs/topics/downloader-middleware.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/topics/downloader-middleware.rst b/docs/topics/downloader-middleware.rst index ca597291f..33308940c 100644 --- a/docs/topics/downloader-middleware.rst +++ b/docs/topics/downloader-middleware.rst @@ -1251,6 +1251,10 @@ Default: ``False`` Whether the AjaxCrawlMiddleware will be enabled. + .. note:: + + This middleware is deprecated and will be removed in a future Scrapy release. + HttpProxyMiddleware settings ~~~~~~~~~~~~~~~~~~~~~~~~~~~~