From 7319341a88a2d4d8699e7c7470f72b27d8195e3a Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Wed, 3 Sep 2025 13:12:30 -0700 Subject: [PATCH] Removed redundant directive in email docs. docs/topics/email.txt declares `module:: django.core.mail`. Removed unnecessary `currentmodule::` pointing to the same module. --- docs/topics/email.txt | 2 -- 1 file changed, 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