1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00

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

Signed-off-by: Priya Pahwa <pahwa.priya19@gmail.com>
Backport of 6f2c7cf6b4 from main
This commit is contained in:
Priya 2024-02-01 13:50:11 +05:30 committed by Mariusz Felisiak
parent 06b05c748f
commit a8f9c29d4b

View File

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