Django

Code

Ticket #841 (closed: fixed)

Opened 3 years ago

Last modified 3 years ago

Variable 'p' is not defined in main.py

Reported by: vlado@labath.org Assigned to: adrian
Milestone: Component: django.contrib.admin
Version: new-admin Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

paginator.patch (506 bytes) - added by vlado@labath.org on 11/18/05 19:05:57.

Change History

11/18/05 19:05:57 changed by vlado@labath.org

  • attachment paginator.patch added.

11/18/05 23:18:00 changed by rjwittams

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

(In [1288]) Fix #841.


Add/Change #841 (Variable 'p' is not defined in main.py)




Change Properties
Action