Django

Code

Changeset 597

Show
Ignore:
Timestamp:
09/01/05 17:58:58 (3 years ago)
Author:
adrian
Message:

Fixed #287 -- Clarified description for 'slugify' template filter. Thanks, emccoy@interland.com

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/templates.txt

    r588 r597  
    678678 
    679679``slugify`` 
    680     Converts to lowercase, removes non-alpha chars and converts spaces to hyphens 
     680    Converts to lowercase, removes non-word characters (alphanumerics and 
     681    underscores) and converts spaces to hyphens. Also strips leading and 
     682    trailing whitespace. 
    681683 
    682684``stringformat``