mirror of https://github.com/scrapy/scrapy.git
Documented how settings must be picklable (#5629)
Co-authored-by: Adrián Chaves <adrian@chaves.io> Co-authored-by: Laerte Pereira <5853172+Laerte@users.noreply.github.com>
This commit is contained in:
parent
1429aa011c
commit
5f19420211
|
|
@ -98,6 +98,10 @@ class.
|
|||
The global defaults are located in the ``scrapy.settings.default_settings``
|
||||
module and documented in the :ref:`topics-settings-ref` section.
|
||||
|
||||
Compatibility with pickle
|
||||
=========================
|
||||
|
||||
Setting values must be :ref:`picklable <pickle-picklable>`.
|
||||
|
||||
Import paths and classes
|
||||
========================
|
||||
|
|
|
|||
Loading…
Reference in New Issue