Преглед на файлове

Fixed typo in docs/topics/db/managers.txt.

M Somerville преди 8 години
родител
ревизия
56c87b51ab
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/topics/db/managers.txt

+ 1 - 1
docs/topics/db/managers.txt

@@ -230,7 +230,7 @@ retrieved.
 
 If you override the ``get_queryset()`` method and filter out any rows, Django
 will return incorrect results. Don't do that. A manager that filters results
-in ``get_queryset()`` is not appropriate for use as a default manager.
+in ``get_queryset()`` is not appropriate for use as a base manager.
 
 .. _calling-custom-queryset-methods-from-manager: