Changeset 863
- Timestamp:
- 10/14/05 10:04:21 (3 years ago)
- Files:
-
- django/trunk/docs/design_philosophies.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/design_philosophies.txt
r861 r863 191 191 displayed nicely in WYSIWYG editors such as Dreamweaver. That is too severe of 192 192 a limitation and wouldn't allow the syntax to be as nice as it is. Django 193 expects some level of code competence in template authors.193 expects template authors are comfortable editing HTML directly. 194 194 195 195 Treat whitespace obviously
