Skip to content

Commit

Permalink
Added link from usage to DRF integration guide in admonition. (#1412)
Browse files Browse the repository at this point in the history
Closes #1331.
  • Loading branch information
carltongibson committed Aug 26, 2021
1 parent 3e3015a commit 7ea6194
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/guide/rest_framework.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _drf integration:

====================
Integration with DRF
====================
Expand All @@ -7,7 +9,6 @@ Integration with `Django Rest Framework`__ is provided through a DRF-specific ``
__ http://www.django-rest-framework.org/
__ http://www.django-rest-framework.org/api-guide/filtering/


Quickstart
----------

Expand Down
4 changes: 2 additions & 2 deletions docs/guide/usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ our users filter which products they see on a list page.

.. note::

If you're using django-filter with Django Rest Framework, it's
recommended that you read the integration docs after this guide.
If you're using django-filter with Django Rest Framework, it's recommended
that you read the :ref:`drf integration` docs after this guide.

The model
---------
Expand Down

0 comments on commit 7ea6194

Please sign in to comment.