Opened 18 years ago

Closed 18 years ago

#841 closed defect (fixed)

Variable 'p' is not defined in main.py

Reported by: vlado@… Owned by: Adrian Holovaty
Component: contrib.admin Version: new-admin
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

File "/usr/local/lib/python2.3/site-packages/django/contrib/admin/views/main.py", line 298, in get_results

result_list = p.get_page(page_num)

NameError: global name 'p' is not defined

Attachments (1)

paginator.patch (506 bytes ) - added by vlado@… 18 years ago.

Download all attachments as: .zip

Change History (2)

by vlado@…, 18 years ago

Attachment: paginator.patch added

comment:1 by rjwittams, 18 years ago

Resolution: fixed
Status: newclosed

(In [1288]) Fix #841.

Note: See TracTickets for help on using tickets.
Back to Top