Fixed #30688 -- Clarified base_manager_name docs.

This commit is contained in:
Carlton Gibson 2019-08-09 09:56:30 +02:00
parent 5b57798513
commit 514efa3129
1 changed files with 2 additions and 2 deletions

View File

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