Browse Source

Fixed #30688 -- Clarified base_manager_name docs.

Carlton Gibson 5 years ago
parent
commit
514efa3129
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/ref/models/options.txt

+ 2 - 2
docs/ref/models/options.txt

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