Changes between Version 174 and Version 175 of BackwardsIncompatibleChanges
- Timestamp:
- Jun 30, 2008, 3:19:53 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v174 v175 348 348 }}} 349 349 350 350 351 == Refactored database backends == 351 352 … … 474 475 This is also the recommended approach for templates that produce, say, email messages or other non-HTML output. The `autoescape` template tag exists for this reason. 475 476 477 Finally, change all calls to the 'escape' function to use 'force_escape' instead. 478 476 479 The drawback of this method in templates that are destined for HTML output is that you receive none of the benefits of auto-escaping. 477 480