mirror of
https://github.com/django/django.git
synced 2025-11-22 12:14:45 +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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue