mirror of https://github.com/scrapy/scrapy.git
Sort settings
This commit is contained in:
parent
0448b3f346
commit
7fc4f13b9d
|
|
@ -11,8 +11,6 @@ That includes the classes that you may assign to the following settings:
|
|||
|
||||
- :setting:`ADDONS`
|
||||
|
||||
- :setting:`TWISTED_DNS_RESOLVER`
|
||||
|
||||
- :setting:`DOWNLOAD_HANDLERS`
|
||||
|
||||
- :setting:`DOWNLOADER_MIDDLEWARES`
|
||||
|
|
@ -41,6 +39,8 @@ That includes the classes that you may assign to the following settings:
|
|||
|
||||
- :setting:`SPIDER_MIDDLEWARES`
|
||||
|
||||
- :setting:`TWISTED_DNS_RESOLVER`
|
||||
|
||||
Third-party Scrapy components may also let you define additional Scrapy
|
||||
components, usually configurable through :ref:`settings <topics-settings>`, to
|
||||
modify their behavior.
|
||||
|
|
|
|||
Loading…
Reference in New Issue