Opened 17 years ago
Closed 17 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)
Change History (2)
by , 17 years ago
Attachment: | r7378-contrib-admin-views-main.diff added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7383]) newforms-admin: Fixed #6921. list_per_page is now accessed from the correct object. Thanks, hambaloney.