summaryrefslogtreecommitdiff
path: root/django/conf
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-07-18 15:37:14 +0200
committernessita <124304+nessita@users.noreply.github.com>2025-07-23 10:09:43 -0300
commit1ecf6889cabc9f3f60d3fdd651468cddd8f4da6e (patch)
tree77eebf89eaf5f1ee6f5947a962caa67b5cca7f4b /django/conf
parent1909108f9f0f2a91c1ec0fcdb65b01f58743a871 (diff)
Removed double spaces after periods and within phrases.
Diffstat (limited to 'django/conf')
-rw-r--r--django/conf/global_settings.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py
index bd758bfcc4..25ac49becf 100644
--- a/django/conf/global_settings.py
+++ b/django/conf/global_settings.py
@@ -223,7 +223,7 @@ FORM_RENDERER = "django.forms.renderers.DjangoTemplates"
DEFAULT_FROM_EMAIL = "webmaster@localhost"
# Subject-line prefix for email messages send with django.core.mail.mail_admins
-# or ...mail_managers. Make sure to include the trailing space.
+# or ...mail_managers. Make sure to include the trailing space.
EMAIL_SUBJECT_PREFIX = "[Django] "
# Whether to append trailing slashes to URLs.
@@ -533,9 +533,8 @@ LOGOUT_REDIRECT_URL = None
# The number of seconds a password reset link is valid for (default: 3 days).
PASSWORD_RESET_TIMEOUT = 60 * 60 * 24 * 3
-# the first hasher in this list is the preferred algorithm. any
-# password using different algorithms will be converted automatically
-# upon login
+# The first hasher in this list is the preferred algorithm. Any password using
+# different algorithms will be converted automatically upon login.
PASSWORD_HASHERS = [
"django.contrib.auth.hashers.PBKDF2PasswordHasher",
"django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher",