fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
display fixes
[wolnelektury.git]
/
wolnelektury
/
views.py
diff --git
a/wolnelektury/views.py
b/wolnelektury/views.py
index
555b732
..
01fac46
100755
(executable)
--- a/
wolnelektury/views.py
+++ b/
wolnelektury/views.py
@@
-17,6
+17,7
@@
from catalogue.models import Book
from ajaxable.utils import placeholdized
+@never_cache
def main_page(request):
last_published = Book.objects.exclude(html_file='').order_by('-created_at')[:4]