From cb784f6c3deec1b9007d65e0708e605d2e9c9a95 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Mon, 6 Jul 2026 21:50:21 +0500 Subject: [PATCH] Fix a copypasted issue number. --- docs/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/news.rst b/docs/news.rst index b44365118..5610c47fb 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -94,7 +94,7 @@ New features - Added ``deny_tags`` and ``deny_attrs`` arguments to :class:`LinkExtractor `. - (:issue:`7015`, :issue:`7679`) + (:issue:`6321`, :issue:`7679`) - :attr:`scrapy.Item.fields` now returns the fields in the definition order instead of the alphabetical one.