diff options
| author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2021-07-28 11:56:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-28 12:56:56 +0200 |
| commit | acde91745656a852a15db7611c08cabf93bb735b (patch) | |
| tree | 30f53d0329148c11691d84228acf3000dcbea034 /docs/internals | |
| parent | c258918a03532e5381818e20866266545edb5206 (diff) | |
Refs #32956 -- Lowercased "internet" and "email" where appropriate.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
