This is my current function-based view:
def post_detail(request, year, month, day, post): post = get_object_or_404(Post, slug=post, status=\'published\', publ