fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix in librarian
[wolnelektury.git]
/
apps
/
dictionary
/
views.py
diff --git
a/apps/dictionary/views.py
b/apps/dictionary/views.py
index
40b36ba
..
69c6bf6
100755
(executable)
--- a/
apps/dictionary/views.py
+++ b/
apps/dictionary/views.py
@@
-12,7
+12,7
@@
from .models import Note, Qualifier
class NotesView(ListView):
def get_queryset(self):
- objects = Note.objects.
select_related('book').
all()
+ objects = Note.objects.all()
filters = {}
try: