mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed typo in docs/topics/db/managers.txt
This commit is contained in:
parent
9bf8d50a67
commit
00551c3eff
1 changed files with 2 additions and 2 deletions
|
@ -185,8 +185,8 @@ result, it's a good idea to be careful in your choice of default manager in
|
|||
order to avoid a situation where overriding ``get_queryset()`` results in an
|
||||
inability to retrieve objects you'd like to work with.
|
||||
|
||||
You can specify a custom default manager using :attr:`Meta.base_manager_name
|
||||
<django.db.models.Options.base_manager_name>`.
|
||||
You can specify a custom default manager using :attr:`Meta.default_manager_name
|
||||
<django.db.models.Options.default_manager_name>`.
|
||||
|
||||
If you're writing some code that must handle an unknown model, for example, in
|
||||
a third-party app that implements a generic view, use this manager (or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue