Skip to content

Commit 6d473f3

Browse files
author
Ryan P Kilby
committed
Add Table of Contents
1 parent 9b57cd6 commit 6d473f3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Using ``django-rest-framework-filters``, we can easily do stuff like::
2424
/api/article?author__first_name__icontains=john
2525
/api/article?is_published!=true
2626

27+
.. contents::
28+
**Table of Contents**
29+
:local:
30+
:depth: 2
2731

2832
Features
2933
--------
@@ -305,8 +309,8 @@ To work around this, you have the following options:
305309
model = Product
306310
307311
308-
Can I mix and match `django-filter` and `django-rest-framework-filters`?
309-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
312+
Can I mix and match ``django-filter`` and ``django-rest-framework-filters``?
313+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
310314
311315
Yes you can. ``django-rest-framework-filters`` is simply an extension of ``django-filter``. Note
312316
that ``RelatedFilter`` and other ``django-rest-framework-filters`` features are designed to work

0 commit comments

Comments
 (0)