Skip to content

Commit 9470ece

Browse files
authored
Merge pull request #17 from aclark4life/main
Update docs
2 parents 1c1493e + 94e0e4f commit 9470ece

File tree

7 files changed

+37
-42
lines changed

7 files changed

+37
-42
lines changed

docs/source/third-party-library-support/index.rst

+37-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
Third party library support
22
===========================
33

4+
.. _third-party-libraries:
5+
6+
|
7+
8+
+------------------------------------+-------------------------------------------------------------+-------------------------------+----------------------------------+-------------------------+
9+
| **Library** | **Test suites** | **Project examples** | **Known issues** | **Notes** |
10+
+------------------------------------+-------------------------------------------------------------+-------------------------------+----------------------------------+-------------------------+
11+
| **django-allauth** | :ref:`63% passing <django-allauth-results>` | | | |
12+
+------------------------------------+-------------------------------------------------------------+-------------------------------+----------------------------------+-------------------------+
13+
| **django-debug-toolbar** | :ref:`73% passing <django-debug-toolbar-results>` | | SQL panel not supported. | |
14+
| | | | Use MQL panel from | |
15+
| | | | django-mongodb-extensions. | |
16+
+------------------------------------+-------------------------------------------------------------+-------------------------------+----------------------------------+-------------------------+
17+
| **django-filter** | :ref:`93% passing <django-filter-results>` | | | |
18+
+------------------------------------+-------------------------------------------------------------+-------------------------------+----------------------------------+-------------------------+
19+
| **django-rest-framework** | :ref:`81% passing <django-rest-framework-results>` | | | |
20+
+------------------------------------+-------------------------------------------------------------+-------------------------------+----------------------------------+-------------------------+
21+
| | | | In addition to custom apps and | Test results prior to |
22+
| | | | migrations, requires custom | merge of `256`_. |
23+
| | | | URL patterns. | |
24+
| **wagtail** | :ref:`43% passing <wagtail-results>` | | | |
25+
| | | | | |
26+
| | | | | |
27+
| | | | | |
28+
| | | | | |
29+
| | | | | |
30+
+------------------------------------+-------------------------------------------------------------+-------------------------------+----------------------------------+-------------------------+
31+
432
Definition
533
-----------
634

@@ -16,9 +44,14 @@ Criteria
1644
project-examples
1745
known-issues
1846

19-
20-
Suported Libraries
21-
------------------
47+
Supported Libraries
48+
-------------------
2249

2350
.. toctree::
24-
supported-libraries/index
51+
django-filter
52+
django-rest-framework
53+
django-debug-toolbar
54+
django-allauth
55+
wagtail
56+
57+
.. _256: https://github.com/mongodb/django-mongodb-backend/pull/256

docs/source/third-party-library-support/supported-libraries/index.rst

-38
This file was deleted.

0 commit comments

Comments
 (0)