mirror of
https://github.com/django/django.git
synced 2024-11-28 10:48:32 +01: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
|
||||
|
||||
The name of the manager to use for the model's
|
||||
:attr:`~django.db.models.Model._base_manager`.
|
||||
The attribute name of the manager, for example, ``'objects'``, to use for
|
||||
the model's :attr:`~django.db.models.Model._base_manager`.
|
||||
|
||||
``db_table``
|
||||
------------
|
||||
|
Loading…
Reference in New Issue
Block a user