summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Edmunds <medmunds@gmail.com>2025-09-03 13:12:30 -0700
committerJacob Walls <jacobtylerwalls@gmail.com>2025-09-05 15:56:16 -0400
commit7319341a88a2d4d8699e7c7470f72b27d8195e3a (patch)
tree462315ade7e21c37cc6a2aa5728fd8362cd65ed7 /docs
parent2a636118dacdcda074c99ebd50311d64a8cca367 (diff)
Removed redundant directive in email docs.
docs/topics/email.txt declares `module:: django.core.mail`. Removed unnecessary `currentmodule::` pointing to the same module.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/email.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index 0087a2655c..ad9d6bdee7 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -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