mirror of
https://github.com/django/django.git
synced 2025-11-26 13:42:08 +00:00
Fixed typo in docs/topics/db/managers.txt.
This commit is contained in:
parent
6f2c7cf6b4
commit
2152246c0a
1 changed files with 2 additions and 2 deletions
|
|
@ -380,8 +380,8 @@ this base class::
|
||||||
class Meta:
|
class Meta:
|
||||||
abstract = True
|
abstract = True
|
||||||
|
|
||||||
If you use this directly in a subclass, ``objects`` will be the default
|
If you use this directly in a child class, ``objects`` will be the default
|
||||||
manager if you declare no managers in the base class::
|
manager if you declare no managers in the child class::
|
||||||
|
|
||||||
class ChildA(AbstractBase):
|
class ChildA(AbstractBase):
|
||||||
# ...
|
# ...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue