Browse Source

[5.0.x] Removed mention of designers in DTL design philosophy.

Signed-off-by: Priya Pahwa <pahwa.priya19@gmail.com>
Backport of 6f2c7cf6b41f9346feff0098319c302c15cef9a3 from main
Priya 1 year ago
parent
commit
a8f9c29d4b
1 changed files with 0 additions and 4 deletions
  1. 0 4
      docs/misc/design-philosophies.txt

+ 0 - 4
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
 -------------------