[1.10.x] Fixed inconsistent indentation in docs/ref/models/options.txt
Backport of ba246bd5fe3c3c392cb0a56648542dbca435d107 from master
This commit is contained in:
parent
a8b2445a78
commit
6646a396cc
@ -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``
|
||||
------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user