Skip to content

Commit

Permalink
Merge pull request #136 from MaryCaroline/marycaroline-patch-1
Browse files Browse the repository at this point in the history
Fix typo in BuildableDetailView docs
  • Loading branch information
palewire committed Jun 19, 2019
2 parents e2feb13 + 8c93bff commit 2c9c495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/buildableviews.rst
Expand Up @@ -196,7 +196,7 @@ BuildableDetailView
from bakery.views import BuildableDetailView
class ExampleDetailView(BuildableListView):
class ExampleDetailView(BuildableDetailView):
queryset = MyModel.objects.filter(is_published=True)
template_name = 'mymodel_detail.html'
Expand Down

0 comments on commit 2c9c495

Please sign in to comment.