From acde91745656a852a15db7611c08cabf93bb735b Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Wed, 28 Jul 2021 11:56:56 +0100 Subject: [PATCH] Refs #32956 -- Lowercased "internet" and "email" where appropriate. --- docs/howto/deployment/checklist.txt | 2 +- docs/howto/error-reporting.txt | 2 +- docs/internals/deprecation.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/howto/deployment/checklist.txt b/docs/howto/deployment/checklist.txt index 06bf08473a..f5133185fa 100644 --- a/docs/howto/deployment/checklist.txt +++ b/docs/howto/deployment/checklist.txt @@ -2,7 +2,7 @@ Deployment checklist ==================== -The Internet is a hostile environment. Before deploying your Django project, +The internet is a hostile environment. Before deploying your Django project, you should take some time to review your settings, with security, performance, and operations in mind. diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt index d40576817e..06fc434f67 100644 --- a/docs/howto/error-reporting.txt +++ b/docs/howto/error-reporting.txt @@ -123,7 +123,7 @@ Filtering error reports Filtering sensitive data is a hard problem, and it's nearly impossible to guarantee that sensitive data won't leak into an error report. Therefore, error reports should only be available to trusted team members and you - should avoid transmitting error reports unencrypted over the Internet + should avoid transmitting error reports unencrypted over the internet (such as through email). Filtering sensitive information diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 16801e0345..77642cffd1 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -1097,7 +1097,7 @@ details on these changes. * The ``django.contrib.gis.db.backend`` module will be removed in favor of the specific backends. -* ``SMTPConnection`` will be removed in favor of a generic Email backend API. +* ``SMTPConnection`` will be removed in favor of a generic email backend API. * The many to many SQL generation functions on the database backends will be removed.