mirror of
https://github.com/django/django.git
synced 2025-06-08 13:09:13 +00:00
update docs
This commit is contained in:
parent
44dcc43462
commit
c9813be4f6
@ -21,7 +21,7 @@ the :attr:`~django.db.models.Options.db_tablespace` option inside the model's
|
|||||||
``class Meta``. This option also affects tables automatically created for
|
``class Meta``. This option also affects tables automatically created for
|
||||||
:class:`~django.db.models.ManyToManyField`\ s in the model.
|
:class:`~django.db.models.ManyToManyField`\ s in the model.
|
||||||
|
|
||||||
You can use `DEFAULT_TABLESPACE` in the :setting:`OPTIONS` part of your
|
You can use ``DEFAULT_TABLESPACE`` in the :setting:`OPTIONS` part of your
|
||||||
database configuration in :setting:`DATABASES` to specify a default value for
|
database configuration in :setting:`DATABASES` to specify a default value for
|
||||||
:attr:`~django.db.models.Options.db_tablespace`. This is useful for setting a
|
:attr:`~django.db.models.Options.db_tablespace`. This is useful for setting a
|
||||||
tablespace for the built-in Django apps and other applications whose code you
|
tablespace for the built-in Django apps and other applications whose code you
|
||||||
@ -41,13 +41,13 @@ For single field indexes, you can pass the
|
|||||||
to specify an alternate tablespace for the field's column index. If the column
|
to specify an alternate tablespace for the field's column index. If the column
|
||||||
doesn't have an index, the option is ignored.
|
doesn't have an index, the option is ignored.
|
||||||
|
|
||||||
You can use `DEFAULT_INDEX_TABLESPACE` in the :setting:`OPTIONS` part of your
|
You can use ``DEFAULT_INDEX_TABLESPACE`` in the :setting:`OPTIONS` part of your
|
||||||
database configuration in :setting:`DATABASES` to specify a default value for
|
database configuration in :setting:`DATABASES` to specify a default value for
|
||||||
:attr:`~django.db.models.Field.db_tablespace`.
|
:attr:`~django.db.models.Field.db_tablespace`.
|
||||||
|
|
||||||
If :attr:`~django.db.models.Field.db_tablespace` isn't specified and you didn't
|
If :attr:`~django.db.models.Field.db_tablespace` isn't specified and you didn't
|
||||||
set `DEFAULT_INDEX_TABLESPACE`, the index is created in the same
|
set ``DEFAULT_INDEX_TABLESPACE``, the index is created in the same tablespace
|
||||||
tablespace as the tables.
|
as the tables.
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
The :setting:`DEFAULT_INDEX_TABLESPACE` global setting, which works the
|
The :setting:`DEFAULT_INDEX_TABLESPACE` global setting, which works the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user