Reworded part of design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f2b8e85360
commit
2db3d9c7cc
|
@ -190,7 +190,7 @@ Assume designer competence
|
||||||
The template system shouldn't be designed so that templates necessarily are
|
The template system shouldn't be designed so that templates necessarily are
|
||||||
displayed nicely in WYSIWYG editors such as Dreamweaver. That is too severe of
|
displayed nicely in WYSIWYG editors such as Dreamweaver. That is too severe of
|
||||||
a limitation and wouldn't allow the syntax to be as nice as it is. Django
|
a limitation and wouldn't allow the syntax to be as nice as it is. Django
|
||||||
expects some level of code competence in template authors.
|
expects template authors are comfortable editing HTML directly.
|
||||||
|
|
||||||
Treat whitespace obviously
|
Treat whitespace obviously
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
Loading…
Reference in New Issue