Skip to content

Commit 9810178

Browse files
committed
Fixed #12688 -- Removed typo in manager docs. Thanks, orokusaki for the report and timo for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12485 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 84cffa2 commit 9810178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/db/managers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ this base class::
235235

236236
class AbstractBase(models.Model):
237237
...
238-
objects = CustomerManager()
238+
objects = CustomManager()
239239

240240
class Meta:
241241
abstract = True

0 commit comments

Comments
 (0)