diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-12-21 19:19:04 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-12-21 19:19:04 +0000 |
| commit | af5ad1116cacda13f48403c5c13af55d94b36a90 (patch) | |
| tree | a9b2c3b9c722a3e1dd39c564a38bfb469aa40712 /docs | |
| parent | 745c255a19df498d328b908fc3df326cdf0cf638 (diff) | |
Rectified bugs that were accidentally committed in r14997. Thanks for the heads-up, Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15011 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 1e3098d7db..d79a9f8a7d 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -524,7 +524,7 @@ subclass:: :class:`django.core.paginator.Paginator` is used. If the custom paginator class doesn't have the same constructor interface as :class:`django.core.paginator.Paginator`, you will also need to - provide an implementation for :meth:`MultipleObjectMixin.get_paginator`. + provide an implementation for :meth:`ModelAdmin.get_paginator`. .. attribute:: ModelAdmin.prepopulated_fields |
