Skip to content

Commit acde917

Browse files
authored
Refs #32956 -- Lowercased "internet" and "email" where appropriate.
1 parent c258918 commit acde917

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/howto/deployment/checklist.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Deployment checklist
33
====================
44

5-
The Internet is a hostile environment. Before deploying your Django project,
5+
The internet is a hostile environment. Before deploying your Django project,
66
you should take some time to review your settings, with security, performance,
77
and operations in mind.
88

docs/howto/error-reporting.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Filtering error reports
123123
Filtering sensitive data is a hard problem, and it's nearly impossible to
124124
guarantee that sensitive data won't leak into an error report. Therefore,
125125
error reports should only be available to trusted team members and you
126-
should avoid transmitting error reports unencrypted over the Internet
126+
should avoid transmitting error reports unencrypted over the internet
127127
(such as through email).
128128

129129
Filtering sensitive information

docs/internals/deprecation.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ details on these changes.
10971097
* The ``django.contrib.gis.db.backend`` module will be removed in favor
10981098
of the specific backends.
10991099

1100-
* ``SMTPConnection`` will be removed in favor of a generic Email backend API.
1100+
* ``SMTPConnection`` will be removed in favor of a generic email backend API.
11011101

11021102
* The many to many SQL generation functions on the database backends
11031103
will be removed.

0 commit comments

Comments
 (0)