Fix a couple of Sphinx docs warnings

This commit is contained in:
medmunds
2014-09-29 17:25:45 -07:00
parent 52430216fc
commit a0ce916092
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ Version 0.9:
Version 0.8: Version 0.8:
* Expose :ref:`mandrill_response` on sent messages * Expose :ref:`mandrill-response` on sent messages
Version 0.7: Version 0.7:

View File

@@ -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: (overriding your EmailMessage and Django defaults), set the following attrs:
:attr:`use_template_subject` and/or :attr:`use_template_from` on :attr:`use_template_subject` and/or :attr:`use_template_from` on
your :class:`~django.core.mail.EmailMessage` object:: your :class:`~django.core.mail.EmailMessage` object::
# ...
msg.use_template_subject = True msg.use_template_subject = True
msg.use_template_from = True msg.use_template_from = True
msg.send() msg.send()