Skip to content

Commit

Permalink
Fixed the documentation. (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxy4096 committed Feb 21, 2023
1 parent 2092d6b commit 0ef54be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ to it as the class based view::
from myapp.models import Product

urlpatterns = [
path("list/', object_filter, {'model': Product}, name="product-list"),
path("list/", object_filter, {'model': Product}, name="product-list"),
]

The needed template and its context variables will also be the same as the
Expand Down

0 comments on commit 0ef54be

Please sign in to comment.