mirror of
https://github.com/daniviga/django-ram.git
synced 2026-06-02 19:36:30 +02:00
More fixes to lables
This commit is contained in:
@@ -38,3 +38,5 @@ class CatalogGet(RetrieveAPIView):
|
||||
|
||||
def get_queryset(self):
|
||||
return Book.objects.get_published(self.request.user)
|
||||
|
||||
# FIXME: add Magazine and MagazineIssue views
|
||||
|
||||
Reference in New Issue
Block a user