Django

Code

Ticket #7670 (closed: fixed)

Opened 5 months ago

Last modified 5 months ago

Missing import for 'QuerySetPaginator' in /django/contrib/admin/views/main.py

Reported by: kegan Assigned to: nobody
Milestone: Component: django.contrib.admin
Version: SVN Keywords: QuerySetPaginator, Paginator
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation:
Needs tests: Patch needs improvement:

Description

For django-trunk rev 7867, "global name 'QuerySetPaginator?' is not defined" error in /django/contrib/admin/views/main.py, while using the Admin interface.

Patch is to replace QuerySetPaginator? with Paginator in line 614.

Attachments

ticket-7670.patch (1.2 kB) - added by jshaffer on 07/07/08 22:05:13.
Replace QuerySetPaginator? with Paginator.

Change History

07/07/08 22:05:13 changed by jshaffer

  • attachment ticket-7670.patch added.

Replace QuerySetPaginator? with Paginator.

07/08/08 00:29:23 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

(In [7869]) Fixed #7670 -- Fixed a couple of missed changes from [7865]. Patch from jshaffer.


Add/Change #7670 (Missing import for 'QuerySetPaginator' in /django/contrib/admin/views/main.py)




Change Properties
Action