|
1 | 1 | Third party library support
|
2 | 2 | ===========================
|
3 | 3 |
|
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 |
| - |
32 |
| -Definition |
33 |
| ------------ |
34 |
| - |
35 | 4 | This is the criteria used to determine if a third party library is supported
|
36 | 5 | by Django MongoDB Backend. It is not a guarantee that the library will
|
37 | 6 | work without issues, just that these criteria have been met.
|
38 | 7 |
|
39 |
| -Criteria |
40 |
| ---------- |
41 |
| - |
42 | 8 | .. toctree::
|
43 | 9 | test-suites
|
44 | 10 | project-examples
|
45 | 11 | known-issues
|
46 | 12 |
|
47 |
| -Supported Libraries |
48 |
| -------------------- |
49 |
| - |
50 |
| -.. toctree:: |
51 |
| - django-filter |
52 |
| - django-rest-framework |
53 |
| - django-debug-toolbar |
54 |
| - django-allauth |
55 |
| - wagtail |
56 |
| - |
57 | 13 | .. _256: https://github.com/mongodb/django-mongodb-backend/pull/256
|
0 commit comments