fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update NOTICE.
[wolnelektury.git]
/
apps
/
pdcounter
/
admin.py
diff --git
a/apps/pdcounter/admin.py
b/apps/pdcounter/admin.py
index
f946cad
..
e2e3fc3
100644
(file)
--- a/
apps/pdcounter/admin.py
+++ b/
apps/pdcounter/admin.py
@@
-9,7
+9,7
@@
from pdcounter.models import BookStub, Author
class BookStubAdmin(admin.ModelAdmin):
list_display = ('title', 'author', 'slug', 'pd')
class BookStubAdmin(admin.ModelAdmin):
list_display = ('title', 'author', 'slug', 'pd')
- search_fields = ('title','author')
+ search_fields = ('title',
'author')
ordering = ('title',)
prepopulated_fields = {'slug': ('title',)}
ordering = ('title',)
prepopulated_fields = {'slug': ('title',)}