Update VERSION references

This commit is contained in:
Adrián Chaves 2024-05-13 20:20:20 +02:00
parent 60d2577284
commit c6a8f0e4d9
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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