summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriya <pahwa.priya19@gmail.com>2024-02-01 13:50:11 +0530
committerGitHub <noreply@github.com>2024-02-01 09:20:11 +0100
commit6f2c7cf6b41f9346feff0098319c302c15cef9a3 (patch)
tree9dca07de5f46f23b62d71ee5bdc63715f25ca557
parentf6387df37b708f52a7f47da49963e909c01e584b (diff)
Removed mention of designers in DTL design philosophy.
Signed-off-by: Priya Pahwa <pahwa.priya19@gmail.com>
-rw-r--r--docs/misc/design-philosophies.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/misc/design-philosophies.txt b/docs/misc/design-philosophies.txt
index 99d01b413f..3643c51d76 100644
--- a/docs/misc/design-philosophies.txt
+++ b/docs/misc/design-philosophies.txt
@@ -254,10 +254,6 @@ enough programming-esque functionality, such as branching and looping, that is
essential for making presentation-related decisions. The :ref:`Django Template
Language (DTL) <template-language-intro>` aims to avoid advanced logic.
-The Django template system recognizes that templates are most often written by
-*designers*, not *programmers*, and therefore should not assume Python
-knowledge.
-
Safety and security
-------------------