mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Fixed #30688 -- Clarified base_manager_name docs.
This commit is contained in:
parent
5b57798513
commit
514efa3129
@ -38,8 +38,8 @@ Available ``Meta`` options
|
|||||||
|
|
||||||
.. attribute:: Options.base_manager_name
|
.. attribute:: Options.base_manager_name
|
||||||
|
|
||||||
The name of the manager to use for the model's
|
The attribute name of the manager, for example, ``'objects'``, to use for
|
||||||
:attr:`~django.db.models.Model._base_manager`.
|
the model's :attr:`~django.db.models.Model._base_manager`.
|
||||||
|
|
||||||
``db_table``
|
``db_table``
|
||||||
------------
|
------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user