Refs #32956 -- Lowercased "internet" and "email" where appropriate.

This commit is contained in:
David Smith 2021-07-28 11:56:56 +01:00 committed by GitHub
parent c258918a03
commit acde917456
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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.