From a0ce916092a75ca4af2148bb8e62dd5b52ee2ea2 Mon Sep 17 00:00:00 2001 From: medmunds Date: Mon, 29 Sep 2014 17:25:45 -0700 Subject: [PATCH] Fix a couple of Sphinx docs warnings --- docs/history.rst | 2 +- docs/usage/templates.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/history.rst b/docs/history.rst index c7971d6..1e33e40 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -31,7 +31,7 @@ Version 0.9: Version 0.8: -* Expose :ref:`mandrill_response` on sent messages +* Expose :ref:`mandrill-response` on sent messages Version 0.7: diff --git a/docs/usage/templates.rst b/docs/usage/templates.rst index c4b4b5e..d3f8957 100644 --- a/docs/usage/templates.rst +++ b/docs/usage/templates.rst @@ -44,7 +44,7 @@ To use default Mandrill "subject" or "from" field from your template definition (overriding your EmailMessage and Django defaults), set the following attrs: :attr:`use_template_subject` and/or :attr:`use_template_from` on your :class:`~django.core.mail.EmailMessage` object:: - # ... + msg.use_template_subject = True msg.use_template_from = True msg.send()