Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Filter for admin, show product names #32

Merged
merged 1 commit into from
Oct 25, 2011
Merged

Filter for admin, show product names #32

merged 1 commit into from
Oct 25, 2011

Conversation

nigelbabu
Copy link

No description provided.

@@ -44,6 +44,7 @@ admin.site.register(Term, TermAdmin)

class VersionCountAdmin(admin.ModelAdmin):
list_display = ('product', 'version', 'num_opinions', 'active')
list_filter = ('active',)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add product as well.

davedash added a commit that referenced this pull request Oct 25, 2011
@davedash davedash merged commit 585c8e5 into mozilla:master Oct 25, 2011
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants