mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Edited various doc changes from [6801]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
166aa3ec46
commit
e5e75b0c52
3 changed files with 11 additions and 8 deletions
|
@ -258,11 +258,10 @@ many-to-many table would be stored in the ``indexes`` tablespace. The ``data``
|
|||
field would also generate an index, but no tablespace for it is specified, so
|
||||
it would be stored in the model tablespace ``tables`` by default.
|
||||
|
||||
The settings.py file supports two additional options to specify
|
||||
default values for the db_tablespace options. This is useful for
|
||||
setting a tablespace for the Django internal apps and other
|
||||
contributed applications. These options are ``DEFAULT_TABLESPACE``
|
||||
and ``DEFAULT_INDEX_TABLESPACE``.
|
||||
**New in the Django development version:** Use the ``DEFAULT_TABLESPACE`` and
|
||||
``DEFAULT_INDEX_TABLESPACE`` settings to specify default values for the
|
||||
db_tablespace options. These are useful for setting a tablespace for the
|
||||
built-in Django apps and other applications whose code you cannot control.
|
||||
|
||||
Django does not create the tablespaces for you. Please refer to `Oracle's
|
||||
documentation`_ for details on creating and managing tablespaces.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue