Skip to content

Commit

Permalink
docs: Fix broken Django Project hyperlink (#3767)
Browse files Browse the repository at this point in the history
Current link returns a 404 page not found.

This commit updates the link to the latest version of Django QuerySet
API documentation
  • Loading branch information
densikat committed Jul 3, 2023
1 parent 7923d26 commit d07a8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guide/collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Overview
--------
A collection provides an iterable interface to a group of resources.
Collections behave similarly to
`Django QuerySets <https://docs.djangoproject.com/en/1.7/ref/models/querysets/>`_
`Django QuerySets <https://docs.djangoproject.com/en/4.2/ref/models/querysets/>`_
and expose a similar API. A collection seamlessly handles pagination for
you, making it possible to easily iterate over all items from all pages of
data. Example of a collection::
Expand Down

0 comments on commit d07a8f4

Please sign in to comment.