Skip to content

Commit

Permalink
Merge branch 'master' of github.com:callowayproject/django-concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Mar 21, 2012
2 parents e1ff7a0 + a1601ea commit 5be955e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions concepts/admin.py
Expand Up @@ -42,6 +42,7 @@ class ConceptAdmin(admin.ModelAdmin):
form = ConceptAdminForm
raw_id_fields = ('substitute', )
prepopulated_fields = {"slug": ("name",)}
search_fields = ['name']
fieldsets = (
(None, {'fields': ('name', 'url',)}),
('Moderation', {
Expand Down

0 comments on commit 5be955e

Please sign in to comment.