Allow requests session customization, document use for automatic retries

* Refactor create_session() out of AnymailRequestsBackend
* Document automatic retries with Requests
This commit is contained in:
David Gilman
2022-06-26 21:52:46 -04:00
committed by GitHub
parent 48de044c9b
commit e3cd4df1fc
4 changed files with 73 additions and 9 deletions

View File

@@ -276,6 +276,7 @@ intersphinx_mapping = {
'python': ('https://docs.python.org/3.10', None),
'django': ('https://docs.djangoproject.com/en/stable/', 'https://docs.djangoproject.com/en/stable/_objects/'),
'requests': ('https://requests.readthedocs.io/en/stable/', None),
'urllib3': ('https://urllib3.readthedocs.io/en/stable/', None),
}