Django

Code

Show
Ignore:
Timestamp:
12/04/07 00:13:56 (1 year ago)
Author:
adrian
Message:

Edited various doc changes from [6801]

Files:

Legend:

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

    r6801 r6879  
    259259it would be stored in the model tablespace ``tables`` by default. 
    260260 
    261 The settings.py file supports two additional options to specify 
    262 default values for the db_tablespace options. This is useful for 
    263 setting a tablespace for the Django internal apps and other 
    264 contributed applications.  These options are ``DEFAULT_TABLESPACE`` 
    265 and ``DEFAULT_INDEX_TABLESPACE``. 
     261**New in the Django development version:** Use the ``DEFAULT_TABLESPACE`` and 
     262``DEFAULT_INDEX_TABLESPACE`` settings to specify default values for the 
     263db_tablespace options. These are useful for setting a tablespace for the 
     264built-in Django apps and other applications whose code you cannot control. 
    266265 
    267266Django does not create the tablespaces for you. Please refer to `Oracle's