diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2010-05-03 17:14:57 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2010-05-03 17:14:57 +0000 |
| commit | 820bcd0aa3d65c389a778d62c725b34d11fcb796 (patch) | |
| tree | 3d892a374cff315108b12588444be13fea924d31 /docs | |
| parent | 0265a814492eeed7530c61ab48e09fc87ce64013 (diff) | |
[1.1.X] Fixed #12688 -- Removed typo in manager docs. Thanks, orokusaki for the report and timo for the patch.
r12485 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13079 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/db/managers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/managers.txt b/docs/topics/db/managers.txt index 7b5f7d147c..37d1f96d99 100644 --- a/docs/topics/db/managers.txt +++ b/docs/topics/db/managers.txt @@ -234,7 +234,7 @@ this base class:: class AbstractBase(models.Model): ... - objects = CustomerManager() + objects = CustomManager() class Meta: abstract = True |
