Django 1.8 and other updates.
[wolnelektury.git] / apps / dictionary / views.py
index 40b36ba..69c6bf6 100755 (executable)
@@ -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: