Opened 16 years ago

Closed 10 years ago

#6159 closed New feature (fixed)

Reusable templatetags for admin list

Reported by: Petr Marhoun <petr.marhoun@…> 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)

00-admin-list-reusable-templatetags.diff (2.1 KB ) - added by Petr Marhoun <petr.marhoun@…> 16 years ago.

Download all attachments as: .zip

Change History (9)

by Petr Marhoun <petr.marhoun@…>, 16 years ago

comment:1 by Brian Rosner, 16 years ago

Keywords: nfa-someday list_filter FilterSpec added; nfs-someday removed

Retagging to nfa-someday and not nfs ;)

comment:2 by Brian Rosner, 16 years ago

Keywords: list_filter FilterSpec removed

Whoops, Safari auto-completed for me from a previous ticket.

comment:3 by Jacob, 16 years ago

Triage Stage: UnreviewedSomeday/Maybe

comment:4 by Gabriel Hurley, 13 years ago

Severity: Normal
Type: New feature

comment:5 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:6 by Aymeric Augustin, 12 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:7 by bruno@…, 10 years ago

Cc: bruno@… added

This ticket could be closed as fixed by now - the proposed changes have been applied.

comment:8 by Claude Paroz, 10 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top