Opened 19 years ago
Closed 19 years ago
#841 closed defect (fixed)
Variable 'p' is not defined in main.py
Reported by: | 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)
Change History (2)
by , 19 years ago
Attachment: | paginator.patch added |
---|
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [1288]) Fix #841.