Skip to content

Commit 3702754

Browse files
committed
Fix pending docs link
1 parent 1a47238 commit 3702754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/dynamic_data_in_templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ def post_list(request):
7575

7676
That's it! Time to go back to our template and display this QuerySet!
7777

78-
Want to read a little bit more about QuerySets in Django? You should look here: https://docs.djangoproject.com/en/2.2/ref/models/querysets/
78+
Want to read a little bit more about QuerySets in Django? You should look here: https://docs.djangoproject.com/en/3.2/ref/models/querysets/

0 commit comments

Comments
 (0)