Django

Code

Changeset 7676

Show
Ignore:
Timestamp:
06/17/08 08:37:31 (3 months ago)
Author:
russellm
Message:

Fixed #7174 -- Corrected the default setting for TEMPLATE_LOADERS described in the settings docs. Thanks, pbx.

Files:

Legend:

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

    r7619 r7676  
    959959---------------- 
    960960 
    961 Default: ``('django.template.loaders.filesystem.load_template_source',)`` 
     961Default:: 
     962 
     963     ('django.template.loaders.filesystem.load_template_source', 
     964      'django.template.loaders.app_directories.load_template_source') 
    962965 
    963966A tuple of callables (as strings) that know how to import templates from