fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
#969: generate txt files during publication
[wolnelektury.git]
/
apps
/
catalogue
/
admin.py
diff --git
a/apps/catalogue/admin.py
b/apps/catalogue/admin.py
index
564e812
..
5739cdc
100644
(file)
--- a/
apps/catalogue/admin.py
+++ b/
apps/catalogue/admin.py
@@
-21,7
+21,7
@@
class TagAdmin(admin.ModelAdmin):
class BookAdmin(TaggableModelAdmin):
tag_model = Tag
class BookAdmin(TaggableModelAdmin):
tag_model = Tag
- list_display = ('title', 'slug', 'has_pdf_file', 'has_epub_file', 'has_html_file', 'has_description',)
+ list_display = ('title', 'slug', '
created_at', '
has_pdf_file', 'has_epub_file', 'has_html_file', 'has_description',)
search_fields = ('title',)
ordering = ('title',)
search_fields = ('title',)
ordering = ('title',)