git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' into flexible_attributes
[philo.git]
/
admin
/
base.py
diff --git
a/admin/base.py
b/admin/base.py
index
d9249e5
..
a39756a
100644
(file)
--- a/
admin/base.py
+++ b/
admin/base.py
@@
-27,5
+27,6
@@
class EntityAdmin(admin.ModelAdmin):
class TagAdmin(admin.ModelAdmin):
list_display = ('name', 'slug')
prepopulated_fields = {"slug": ("name",)}
+ search_fields = ["name"]
admin.site.register(Tag, TagAdmin)
\ No newline at end of file