Opened 17 years ago
Closed 11 years ago
#6159 closed New feature (fixed)
Reusable templatetags for admin list
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | newforms-admin |
Severity: | Normal | Keywords: | nfa-someday |
Cc: | bruno@… | Triage Stage: | Someday/Maybe |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Templatetags from django.contrib.admin.templatetags.admin_list.py implement some useful functions but they cannot be used by other code - templatetags has same names as functions. But it is not necessary to have names for templatetags. It would be nice to remove these assignments.
Attachments (1)
Change History (9)
by , 17 years ago
Attachment: | 00-admin-list-reusable-templatetags.diff added |
---|
comment:1 by , 17 years ago
Keywords: | nfa-someday list_filter FilterSpec added; nfs-someday removed |
---|
comment:2 by , 17 years ago
Keywords: | list_filter FilterSpec removed |
---|
Whoops, Safari auto-completed for me from a previous ticket.
comment:3 by , 16 years ago
Triage Stage: | Unreviewed → Someday/Maybe |
---|
comment:4 by , 14 years ago
Severity: | → Normal |
---|---|
Type: | → New feature |
comment:7 by , 11 years ago
Cc: | added |
---|
This ticket could be closed as fixed by now - the proposed changes have been applied.
comment:8 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Retagging to nfa-someday and not nfs ;)