Skip to content

Commit 1d318c5

Browse files
committed
feedback
1 parent e8036c8 commit 1d318c5

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

snooty.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ django-docs = "https://docs.djangoproject.com/en/{+django-version+}"
2121
framework = "Django"
2222
pymongo-version = "4.11"
2323
pymongo-docs = "https://www.mongodb.com/docs/languages/python/pymongo-driver/current"
24-
odm-cli = "https://django-mongodb-cli.readthedocs.io/en/{+django-version+}"

source/limitations-upcoming.txt

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ Query Support
384384
* - ``raw()``
385385
- *Unsupported*. However, you can use the ``raw_aggregate()`` method
386386
to run queries that use MongoDB's aggregation pipeline syntax.
387-
- *Unsupported*.
387+
- *Full Support Not Planned*.
388388

389389
* - ``update()``
390390
- *Partially Supported*. You cannot use this method to perform
@@ -569,26 +569,21 @@ Third Party Library Support
569569
- General Availability Support
570570

571571
* - `Django-filter <https://django-filter.readthedocs.io/en/stable/>`__
572-
- ✓ Most use cases are supported. For more information about support
573-
for this library, see `Django filter <{+odm-cli+}/supported-libraries/django-filter.html>`__
574-
in the {+django-odm+} CLI documentation.
575-
- ✓
572+
- *Partially Supported*. Most use cases are supported.
573+
- *Partially Supported*. This release will outline use case limitations.
576574

577575
* - `Django Rest Framework <https://www.django-rest-framework.org/>`__
578-
- *Partially Supported*.
579-
- *Partially Supported*.
576+
- *Partially Supported*. Most use cases are supported.
577+
- *Partially Supported*. This release will outline use case limitations.
580578

581579
* - `Django-allauth <https://docs.allauth.org/en/latest/>`__
582-
- *Unsupported*.
583-
- *Partially Supported*. This release will support most use cases and outline
584-
limitations.
580+
- *Partially Supported*. Most use cases are supported.
581+
- *Partially Supported*. This release will outline use case limitations.
585582

586583
* - `Wagtail <https://wagtail.org/>`__
587-
- *Unsupported*.
588-
- *Partially Supported*. This release will support most use cases and outline
589-
limitations.
584+
- *Partially Supported*. Most use cases are supported.
585+
- *Partially Supported*. This release will outline use case limitations.
590586

591587
* - `Django Debug Toolbar <https://django-debug-toolbar.readthedocs.io/en/latest/>`__
592-
- *Unsupported*.
593-
- *Partially Supported*. This release will support most use cases and outline
594-
limitations.
588+
- *Partially Supported*. Most use cases are supported.
589+
- *Partially Supported*. This release will outline use case limitations.

0 commit comments

Comments
 (0)