fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Allow Person admin search by name

This commit is contained in:
Felipe Martín 2015-01-31 14:44:30 +01:00
parent 6a77bdc70a
commit e1ab370c27
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ class VolumeResource(resources.ModelResource):
class PersonResource(resources.ModelResource):
search_fields = ('name', )
class Meta:
model = Person