Commit 684bb200 by Alex Gaynor

fixed #62 -- added name to the tag admin.

parent 135a55b0
......@@ -7,6 +7,7 @@ class TaggedItemInline(admin.StackedInline):
model = TaggedItem
class TagAdmin(admin.ModelAdmin):
list_display = ["name"]
inlines = [
TaggedItemInline
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment