mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
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:
@@ -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),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user