fix error with tags; add callable for related bindings; comments in PostListView; ...

This commit is contained in:
bkfox
2016-06-02 01:05:38 +02:00
parent ad58d3c332
commit 392d48ac0c
7 changed files with 134 additions and 74 deletions

View File

@@ -108,7 +108,6 @@ class ThreadRoute(Route):
('pk', '[0-9]+'),
]
@classmethod
def get_thread(cl, model, thread_model, pk=None):
"""
@@ -183,3 +182,4 @@ class SearchRoute(Route):
'search': request.GET.get('q') or '',
}