1
0
mirror of https://github.com/django/django.git synced 2025-09-10 02:59:34 +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:
Mike Edmunds 2025-09-03 13:12:30 -07:00 committed by Jacob Walls
parent 2a636118da
commit 7319341a88

View File

@ -662,8 +662,6 @@ Obtaining an instance of an email backend
The :meth:`get_connection` function in ``django.core.mail`` returns an
instance of the email backend that you can use.
.. currentmodule:: django.core.mail
.. function:: get_connection(backend=None, *, fail_silently=False, **kwargs)
By default, a call to ``get_connection()`` will return an instance of the