fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
PIL requirement fix
[wolnelektury.git]
/
apps
/
catalogue
/
admin.py
diff --git
a/apps/catalogue/admin.py
b/apps/catalogue/admin.py
index
d11750d
..
94f8f30
100644
(file)
--- a/
apps/catalogue/admin.py
+++ b/
apps/catalogue/admin.py
@@
-53,6
+53,7
@@
class MediaAdmin(admin.ModelAdmin):
list_display = ('name', 'type', 'uploaded_at')
ordering = ('name', 'type')
list_display = ('name', 'type', 'uploaded_at')
ordering = ('name', 'type')
+ search_fields = ('name',)