Opened 16 years ago

Closed 16 years ago

#6921 closed (fixed)

newforms-admin views list_per_page error

Reported by: hambaloney Owned by: nobody
Component: contrib.admin Version: newforms-admin
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Changeset r7378 references non-existent AdminOptions.list_per_page (carried over from trunk).

Attachments (1)

r7378-contrib-admin-views-main.diff (556 bytes ) - added by hambaloney 16 years ago.

Download all attachments as: .zip

Change History (2)

by hambaloney, 16 years ago

comment:1 by jkocherhans, 16 years ago

Resolution: fixed
Status: newclosed

(In [7383]) newforms-admin: Fixed #6921. list_per_page is now accessed from the correct object. Thanks, hambaloney.

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