You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/views/async-class-based-views/list.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ class MyListView(AsyncListView):
16
16
3.`get_context_data()` method is async.
17
17
4.`get()` method is async.
18
18
5.[AsyncPaginator](../../core/async-paginator.md) is used for pagination instead of django's regular [Paginator](https://docs.djangoproject.com/en/5.1/ref/paginator/#django.core.paginator.Paginator).
19
-
6.`AsyncListView` inherits from [AsyncView](async-class-based-views.md#asyncview) so anything mentioned there also applies here.
19
+
6.`AsyncListView` inherits from [AsyncView](base.md#asyncview) so anything mentioned there also applies here.
20
20
21
21
## Base classes
22
22
some of the base classes for `ListView` have been re-written as async:
0 commit comments