mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Docs: point to Django stable docs
Avoid pointing Djrill users toward Django dev docs. [ci skip]
This commit is contained in:
@@ -253,7 +253,7 @@ texinfo_documents = [
|
|||||||
|
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
'python': ('http://docs.python.org/2.7', None),
|
'python': ('http://docs.python.org/2.7', None),
|
||||||
'django': ('http://docs.djangoproject.com/en/dev/', 'http://docs.djangoproject.com/en/dev/_objects/'),
|
'django': ('http://docs.djangoproject.com/en/stable/', 'http://docs.djangoproject.com/en/stable/_objects/'),
|
||||||
'requests': ('http://docs.python-requests.org/en/latest/', None),
|
'requests': ('http://docs.python-requests.org/en/latest/', None),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,9 @@ Pull requests are always welcome to fix bugs and improve support for Mandrill an
|
|||||||
* By submitting a pull request, you're agreeing to release your changes under under
|
* By submitting a pull request, you're agreeing to release your changes under under
|
||||||
the same BSD license as the rest of this project.
|
the same BSD license as the rest of this project.
|
||||||
|
|
||||||
.. _Django coding style: https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/
|
.. Intentionally point to Django dev branch for coding docs (rather than Django stable):
|
||||||
|
.. _Django coding style:
|
||||||
|
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/
|
||||||
|
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
|
|||||||
@@ -34,4 +34,5 @@ and in the constructor for an
|
|||||||
|
|
||||||
(See the `django.utils.log.AdminEmailHandler`_ docs for more information on Django's admin error logging.)
|
(See the `django.utils.log.AdminEmailHandler`_ docs for more information on Django's admin error logging.)
|
||||||
|
|
||||||
.. _django.utils.log.AdminEmailHandler: https://docs.djangoproject.com/en/dev/topics/logging/#django.utils.log.AdminEmailHandler
|
.. _django.utils.log.AdminEmailHandler:
|
||||||
|
https://docs.djangoproject.com/en/stable/topics/logging/#django.utils.log.AdminEmailHandler
|
||||||
|
|||||||
@@ -153,7 +153,7 @@ Djrill will invoke your signal handler once for each event in the batch.
|
|||||||
The available fields in the `data` param are described in Mandrill's documentation:
|
The available fields in the `data` param are described in Mandrill's documentation:
|
||||||
`sent-message webhooks`_ and `inbound webhooks`_.
|
`sent-message webhooks`_ and `inbound webhooks`_.
|
||||||
|
|
||||||
.. _Django signal: https://docs.djangoproject.com/en/dev/topics/signals/
|
.. _Django signal: https://docs.djangoproject.com/en/stable/topics/signals/
|
||||||
.. _inbound webhooks:
|
.. _inbound webhooks:
|
||||||
http://help.mandrill.com/entries/22092308-What-is-the-format-of-inbound-email-webhooks-
|
http://help.mandrill.com/entries/22092308-What-is-the-format-of-inbound-email-webhooks-
|
||||||
.. _sent-message webhooks: http://help.mandrill.com/entries/21738186-Introduction-to-Webhooks
|
.. _sent-message webhooks: http://help.mandrill.com/entries/21738186-Introduction-to-Webhooks
|
||||||
|
|||||||
Reference in New Issue
Block a user