Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

a objects >> an objects #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chapter05.rst
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ Let's take a close look at each part of this ``Publisher.objects.all()`` line:
know is that managers take care of all "table-level" operations on data
including, most important, data lookup.

All models automatically get a ``objects`` manager; you'll use it
All models automatically get an ``objects`` manager; you'll use it
any time you want to look up model instances.

* Finally, we have ``all()``. This is a method on the ``objects`` manager
Expand Down