Changeset 5937
- Timestamp:
- 08/19/07 03:50:51 (1 year ago)
- Files:
-
- django/trunk/docs/templates.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/templates.txt
r5710 r5937 1327 1327 Converts URLs in plain text into clickable links. 1328 1328 1329 Note that if ``urlize`` is applied to text that already contains HTML markup, 1330 things won't work as expected. Apply this filter only to *plain* text. 1331 1329 1332 urlizetrunc 1330 1333 ~~~~~~~~~~~ … … 1332 1335 Converts URLs into clickable links, truncating URLs longer than the given 1333 1336 character limit. 1337 1338 As with urlize_, this filter should only be applied to *plain* text. 1334 1339 1335 1340 **Argument:** Length to truncate URLs to
