diff --git a/docs/topics/downloader-middleware.rst b/docs/topics/downloader-middleware.rst index 11ddf7bec..58d1cb357 100644 --- a/docs/topics/downloader-middleware.rst +++ b/docs/topics/downloader-middleware.rst @@ -771,7 +771,7 @@ OffsiteMiddleware .. class:: OffsiteMiddleware - .. versionadded:: VERSION + .. versionadded:: 2.11.2 Filters out Requests for URLs outside the domains covered by the spider. @@ -920,11 +920,11 @@ Meta tags within these tags are ignored. .. versionchanged:: 2.0 The default value of :setting:`METAREFRESH_IGNORE_TAGS` changed from - ``['script', 'noscript']`` to ``[]``. + ``["script", "noscript"]`` to ``[]``. -.. versionchanged:: VERSION +.. versionchanged:: 2.11.2 The default value of :setting:`METAREFRESH_IGNORE_TAGS` changed from - ``[]`` to ``['noscript']``. + ``[]`` to ``["noscript"]``. .. setting:: METAREFRESH_MAXDELAY diff --git a/docs/topics/signals.rst b/docs/topics/signals.rst index dc7e11a07..13e636055 100644 --- a/docs/topics/signals.rst +++ b/docs/topics/signals.rst @@ -352,7 +352,7 @@ request_scheduled This signal does not support returning deferreds from its handlers. - .. versionadded:: VERSION + .. versionadded:: 2.11.2 Allow dropping requests with :exc:`~scrapy.exceptions.IgnoreRequest`. :param request: the request that reached the scheduler