File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
2832Features
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
311315Yes you can. `` django- rest- framework- filters`` is simply an extension of `` django- filter `` . Note
312316that `` RelatedFilter`` and other `` django- rest- framework- filters`` features are designed to work
You can’t perform that action at this time.
0 commit comments