1
0
mirror of https://github.com/django/django.git synced 2025-07-12 21:59:12 +00:00

[2.2.x] Fixed #30688 -- Clarified base_manager_name docs.

Backport of 514efa3129792ec2abb2444f3e7aeb3f21a38386 from master
This commit is contained in:
Carlton Gibson 2019-08-09 09:56:30 +02:00
parent 1265a26b2f
commit c5cbb797d7

View File

@ -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``
------------ ------------