Django

Code

Changeset 6534

Show
Ignore:
Timestamp:
10/19/07 01:53:30 (1 year ago)
Author:
mtredinnick
Message:

Added default value for LOCALE_PATHS from [6530].

Files:

Legend:

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

    r6530 r6534  
    173173--------- 
    174174 
    175 Default: ``()`` (Empty list
     175Default: ``()`` (Empty tuple
    176176 
    177177Used for admin-site settings modules, this should be a tuple of settings 
     
    582582------------ 
    583583 
     584Default: ``()`` (Empty tuple) 
     585 
    584586A list of directories where Django looks for translation files. 
    585587See the `internationalization docs section`_ explaining the variable and the