Browse Source

small guard for wip private threads list

Rafał Pitoń 9 years ago
parent
commit
2e9457a9ad
1 changed files with 3 additions and 0 deletions
  1. 3 0
      misago/threads/views/lists.py

+ 3 - 0
misago/threads/views/lists.py

@@ -187,5 +187,8 @@ class PrivateThreadsList(ThreadsList):
     def get_subcategories(self, category, categories):
         return []
 
+    def get_base_queryset(self, request, categories, list_type):
+        raise NotImplementedError('Private Threads List is not implemented yet!')
+
     def get_extra_context(self, request):
         return {}