mirror of https://github.com/scrapy/scrapy.git
Update VERSION references
This commit is contained in:
parent
60d2577284
commit
c6a8f0e4d9
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue