Changeset 80 for trunk

Show
Ignore:
Timestamp:
06/29/08 00:15:37 (2 months ago)
Author:
nobu
Message:

add reSt settings.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/settings.py

    r75 r80  
    113113RESTRUCTUREDTEXT_FILTER_SETTINGS = { 
    114114    'doctitle_xform' : False, 
     115    'raw_enabled': True,    # potential security hole. 
    115116} 
    116117