Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 4.98 KB

File metadata and controls

57 lines (47 loc) · 4.98 KB

Third party library support


Library Test suites Project examples Known issues Notes
django-allauth :ref:`63% passing <django-allauth-results>`      
django-debug-toolbar :ref:`73% passing <django-debug-toolbar-results>`   SQL panel not supported. Use MQL panel from django-mongodb-extensions.  
django-filter :ref:`93% passing <django-filter-results>`      
django-rest-framework :ref:`81% passing <django-rest-framework-results>`      
wagtail :ref:`43% passing <wagtail-results>`   In addition to custom apps and migrations, requires custom URL patterns. Test results prior to merge of 256.

Definition

This is the criteria used to determine if a third party library is supported by Django MongoDB Backend. It is not a guarantee that the library will work without issues, just that these criteria have been met.

Criteria

.. toctree::
    test-suites
    project-examples
    known-issues

Supported Libraries

.. toctree::
    django-filter
    django-rest-framework
    django-debug-toolbar
    django-allauth
    wagtail