#931 closed defect (fixed)
unordered_list template filter is broken after filter-changing commit
Reported by: | hugo | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | contrib.admin | Version: | |
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
When trying to delete an object with dependend objects, I get the following error:
Request Method: GET Request URL: http://admin.rfc1437.de/admin/jobcontrol/queues/1/delete/ Exception Type: TypeError Exception Value: unordered_list() takes exactly 1 argument (2 given) Exception Location: /home/rfc1437/project/django/core/template/defaultfilters.py in _helper, line 283
Looks like the _helper() function in the unordered_list calls unordered_list with an additional parameter, but that was removed. Seems to be related to indenting stuff with tabs.
Change History (2)
comment:1 by , 19 years ago
Status: | new → assigned |
---|---|
Summary: | deleting objects in admin is broken after filter-changing commit → unordered_list template filter is broken after filter-changing commit |
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [1466]) Fixed #931 -- Fixed unordered_list template filter