mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
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
This commit is contained in:
parent
745c255a19
commit
af5ad1116c
4 changed files with 13 additions and 22 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue