@@ -38,7 +38,7 @@ the GA release.
38
38
.. important::
39
39
40
40
Unsupported MongoDB features that have a checkmark (``✓``) symbol in the
41
- **General Availability Support** column are planned for the GA
41
+ **Planned GA Support** column are planned for the General Availability
42
42
release later in 2025. However, support is not guaranteed.
43
43
44
44
Index Support
@@ -51,7 +51,7 @@ Index Support
51
51
52
52
* - MongoDB Feature
53
53
- Current Support
54
- - General Availability Support
54
+ - Planned GA Support
55
55
56
56
* - Atlas Search and Atlas Vector Search indexes
57
57
- *Unsupported*. You cannot use the Django
@@ -107,7 +107,7 @@ in the following table. To view a full list of supported types, see the
107
107
108
108
* - BSON Data Type
109
109
- Current Support
110
- - General Availability Support
110
+ - Planned GA Support
111
111
112
112
* - ``Array``
113
113
- *Partially Supported*. You can use the ``ArrayField`` field type with the
@@ -145,7 +145,7 @@ Query Support
145
145
146
146
* - MongoDB Feature
147
147
- Current Support
148
- - General Availability Support
148
+ - Planned GA Support
149
149
150
150
* - Aggregation operations
151
151
- *Partially Supported*. The {+django-odm+} does not include custom
@@ -198,7 +198,7 @@ Database and Collection Support
198
198
199
199
* - MongoDB Feature
200
200
- Current Support
201
- - General Availability Support
201
+ - Planned GA Support
202
202
203
203
* - Asynchronous support
204
204
- ✓
@@ -283,7 +283,7 @@ section of the Create Models guide.
283
283
284
284
* - {+framework+} Field Type
285
285
- Current Support
286
- - General Availability Support
286
+ - Planned GA Support
287
287
288
288
* - ``AutoField``
289
289
- *Unsupported*. The ``BigAutoField`` and ``SmallAutoField`` types are also
@@ -357,7 +357,7 @@ documentation.
357
357
358
358
* - {+framework+} ``QuerySet`` Feature
359
359
- Current Support
360
- - General Availability Support
360
+ - Planned GA Support
361
361
362
362
* - ``delete()``
363
363
- *Partially Supported*. You cannot use this method to perform
@@ -397,7 +397,7 @@ documentation.
397
397
398
398
* - {+framework+} Function
399
399
- Current Support
400
- - General Availability Support
400
+ - Planned GA Support
401
401
402
402
* - ``Chr``
403
403
- *Unsupported*.
@@ -460,7 +460,7 @@ Management Support
460
460
461
461
* - {+framework+} Feature
462
462
- Current Support
463
- - General Availability Support
463
+ - Planned GA Support
464
464
465
465
* - {+framework+} Admin
466
466
- ✓
@@ -495,7 +495,7 @@ documentation.
495
495
496
496
* - {+framework+} Command
497
497
- Current Support
498
- - General Availability Support
498
+ - Planned GA Support
499
499
500
500
* - ``createcachetable``
501
501
- *Unsupported*. Instead, use {+django-odm+}'s ``createcachecollection`` command.
@@ -532,7 +532,7 @@ Migration Support
532
532
533
533
* - {+framework+} Feature
534
534
- Current Support
535
- - General Availability Support
535
+ - Planned GA Support
536
536
537
537
* - Creating, deleting, and updating indexes through migration
538
538
commands
@@ -558,7 +558,7 @@ Third Party Library Support
558
558
559
559
* - Library
560
560
- Current Support
561
- - General Availability Support
561
+ - Planned GA Support
562
562
563
563
* - `Django-filter <https://django-filter.readthedocs.io/en/stable/>`__
564
564
- *Partially Supported*. Most use cases are supported.
0 commit comments