git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Switched nodelist crawl to return the more generic 'results' of the crawl, rather...
[philo.git]
/
admin
/
base.py
diff --git
a/admin/base.py
b/admin/base.py
index
f8485d2
..
46c7c22
100644
(file)
--- a/
admin/base.py
+++ b/
admin/base.py
@@
-32,6
+32,7
@@
class EntityAdmin(admin.ModelAdmin):
class TagAdmin(admin.ModelAdmin):
+ list_display = ('name', 'slug')
prepopulated_fields = {"slug": ("name",)}
admin.site.register(Tag, TagAdmin)
\ No newline at end of file