mirror of
https://github.com/django/django.git
synced 2025-09-10 11:09:12 +00:00
Removed redundant directive in email docs.
docs/topics/email.txt declares `module:: django.core.mail`. Removed unnecessary `currentmodule::` pointing to the same module.
This commit is contained in:
parent
2a636118da
commit
7319341a88
@ -662,8 +662,6 @@ Obtaining an instance of an email backend
|
|||||||
The :meth:`get_connection` function in ``django.core.mail`` returns an
|
The :meth:`get_connection` function in ``django.core.mail`` returns an
|
||||||
instance of the email backend that you can use.
|
instance of the email backend that you can use.
|
||||||
|
|
||||||
.. currentmodule:: django.core.mail
|
|
||||||
|
|
||||||
.. function:: get_connection(backend=None, *, fail_silently=False, **kwargs)
|
.. function:: get_connection(backend=None, *, fail_silently=False, **kwargs)
|
||||||
|
|
||||||
By default, a call to ``get_connection()`` will return an instance of the
|
By default, a call to ``get_connection()`` will return an instance of the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user