Skip to content

Commit 564a053

Browse files
committed
Add supported libaries table
1 parent 23ffec5 commit 564a053

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

docs/source/supported-libraries/index.rst

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@ Supported libraries
33

44
|
55
6-
+------------------------------------+-------------------------------------------------------------+-------------------------------+-----------------------------+
7-
| **Library** | **Test suites** | **Project examples** | **Known limitations** |
8-
+------------------------------------+-------------------------------------------------------------+-------------------------------+-----------------------------+
9-
| django-allauth | :ref:`63% passing <django-allauth-results>` | | |
10-
+------------------------------------+-------------------------------------------------------------+-------------------------------+-----------------------------+
11-
| django-debug-toolbar | :ref:`73% passing <django-debug-toolbar-results>` | | |
12-
+------------------------------------+-------------------------------------------------------------+-------------------------------+-----------------------------+
13-
| django-filter | :ref:`93% passing <django-filter-results>` | | |
14-
+------------------------------------+-------------------------------------------------------------+-------------------------------+-----------------------------+
15-
| django-rest-framework | :ref:`81% passing <django-rest-framework>` | | |
16-
+------------------------------------+-------------------------------------------------------------+-------------------------------+-----------------------------+
17-
| wagtail | | | |
18-
+------------------------------------+-------------------------------------------------------------+-------------------------------+-----------------------------+
6+
+------------------------------------+-------------------------------------------------------------+-------------------------------+-----------------------------+-------------------------+
7+
| **Library** | **Test suites** | **Project examples** | **Known limitations** | **Notes** |
8+
+------------------------------------+-------------------------------------------------------------+-------------------------------+-----------------------------+-------------------------+
9+
| **django-allauth** | :ref:`63% passing <django-allauth-results>` | | | |
10+
+------------------------------------+-------------------------------------------------------------+-------------------------------+-----------------------------+-------------------------+
11+
| **django-debug-toolbar** | :ref:`73% passing <django-debug-toolbar-results>` | | SQL panel not supported. | |
12+
| | | | Use MQL panel from | |
13+
| | | | django-mongodb-extensions. | |
14+
+------------------------------------+-------------------------------------------------------------+-------------------------------+-----------------------------+-------------------------+
15+
| **django-filter** | :ref:`93% passing <django-filter-results>` | | | |
16+
+------------------------------------+-------------------------------------------------------------+-------------------------------+-----------------------------+-------------------------+
17+
| **django-rest-framework** | :ref:`81% passing <django-rest-framework>` | | | |
18+
+------------------------------------+-------------------------------------------------------------+-------------------------------+-----------------------------+-------------------------+
19+
| **wagtail** | :ref:`43% passing <wagtail>` | | URL patterns | Prior to `256`_ merge. |
20+
+------------------------------------+-------------------------------------------------------------+-------------------------------+-----------------------------+-------------------------+
1921

2022
|
2123
@@ -25,3 +27,6 @@ Supported libraries
2527
django-filter
2628
django-rest-framework
2729
wagtail
30+
31+
32+
.. _256: https://github.com/mongodb/django-mongodb-backend/pull/256

docs/source/supported-libraries/wagtail.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Wagtail
22
=======
33

4+
.. _wagtail-results:
5+
46
Results
57
-------
68

0 commit comments

Comments
 (0)