[1.10.x] Fixed inconsistent indentation in docs/ref/models/options.txt

Backport of ba246bd5fe from master
This commit is contained in:
Tim Graham 2016-07-15 13:42:37 -04:00
parent a8b2445a78
commit 6646a396cc
1 changed files with 6 additions and 6 deletions

View File

@ -40,10 +40,10 @@ Available ``Meta`` options
.. attribute:: Options.base_manager_name
.. versionadded:: 1.10
.. versionadded:: 1.10
The name of the manager to use for the model's
:attr:`~django.db.models.Model._base_manager`.
The name of the manager to use for the model's
:attr:`~django.db.models.Model._base_manager`.
``db_table``
------------
@ -110,10 +110,10 @@ Django quotes column and table names behind the scenes.
.. attribute:: Options.default_manager_name
.. versionadded:: 1.10
.. versionadded:: 1.10
The name of the manager to use for the model's
:attr:`~django.db.models.Model._default_manager`.
The name of the manager to use for the model's
:attr:`~django.db.models.Model._default_manager`.
``default_related_name``
------------------------