Skip to content

Commit

Permalink
Added additional fields to the display_list
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Oordt committed Dec 16, 2010
1 parent 381d438 commit 781f9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion categories/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def clean(self):

class CategoryAdmin(TreeEditor, admin.ModelAdmin):
form = CategoryAdminForm
list_display = ('name',)
list_display = ('name','order','alternate_title',)
search_fields = (('name',))
prepopulated_fields = {'slug': ('name',)}
fieldsets = (
Expand Down

0 comments on commit 781f9d0

Please sign in to comment.