summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.8.txt
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2020-05-25 17:05:22 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-03 21:02:48 +0200
commitdbdc192ca30b70a9f22c6bc4b3155bbccd01c323 (patch)
treebb8ddf9934dcf6ba05b9dd8e081a76f02f162a36 /docs/releases/2.2.8.txt
parent25352dc019d175dfa6e62a50de76cb3614955077 (diff)
Preferred usage of among/while to amongst/whilst.
Diffstat (limited to 'docs/releases/2.2.8.txt')
-rw-r--r--docs/releases/2.2.8.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.2.8.txt b/docs/releases/2.2.8.txt
index 76a6ad4f23..857ffff048 100644
--- a/docs/releases/2.2.8.txt
+++ b/docs/releases/2.2.8.txt
@@ -33,7 +33,7 @@ inlines in the admin form of an otherwise view-only parent model.
Given the complexity of the Django admin, and in-particular the permissions
related checks, it is the view of the Django security team that this change was
necessary: that it is not currently feasible to maintain the existing behavior
-whilst escaping the potential privilege escalation in a way that would avoid a
+while escaping the potential privilege escalation in a way that would avoid a
recurrence of similar issues in the future, and that would be compatible with
Django's *safe by default* philosophy.