Skip to content

Commit 3b2be23

Browse files
committed
Add supported libaries table
1 parent c769ca9 commit 3b2be23

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

docs/source/supported-libraries/django-allauth.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ Via ``dm repo test django-filter -l``
195195
├── login_required_mw
196196
└── regular
197197

198+
.. _django-allauth-results:
199+
198200
Results
199201
-------
200202

docs/source/supported-libraries/index.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Supported libraries
22
===================
33

4+
+------------------------------------+--------------------------------------------------------+-----------------------------+-----------------------------+
5+
| **Library** | **Test suites** | **Project examples** | **Known limitations** |
6+
+------------------------------------+--------------------------------------------------------+-----------------------------+-----------------------------+
7+
| django-allauth | :ref:`Results <django-allauth-results>` | Example | Known limitations |
8+
+------------------------------------+--------------------------------------------------------+-----------------------------+-----------------------------+
9+
| django-debug-toolbar | Results | Example | Known limitations |
10+
+------------------------------------+--------------------------------------------------------+-----------------------------+-----------------------------+
11+
| django-filter | Results | Example | Known limitations |
12+
+------------------------------------+--------------------------------------------------------+-----------------------------+-----------------------------+
13+
| django-rest-framework | Results | Example | Known limitations |
14+
+------------------------------------+--------------------------------------------------------+-----------------------------+-----------------------------+
15+
| wagtail | Results | Example | Known limitations |
16+
+------------------------------------+--------------------------------------------------------+-----------------------------+-----------------------------+
17+
418
.. toctree::
519
django-allauth
620
django-debug-toolbar

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Third party library support
44
Support for third party libraries is determined via the following:
55

66
- Test suites
7-
- Project integrations
7+
- Project examples
88
- Known limitations
99

1010
Test suites

0 commit comments

Comments
 (0)