@@ -49,11 +49,11 @@ Index Support
4949 :widths: 30 30 40
5050
5151 * - MongoDB Feature
52- - Public Preview Support
52+ - Current Support
5353 - General Availability Support
5454
5555 * - Atlas Search and Atlas Vector Search indexes
56- - *Partially Supported *. You cannot use the Django
56+ - *Unsupported *. You cannot use the Django
5757 Indexes API to create these indexes, but you can use
5858 the PyMongo Driver by :ref:`exposing your MongoClient <django-client-operations>`.
5959 - ✓
@@ -67,7 +67,7 @@ Index Support
6767 - ✓
6868
6969 * - Geospatial indexes
70- - *Partially Supported *. You cannot use the Django
70+ - *Unsupported *. You cannot use the Django
7171 Indexes API to create these indexes, but you can use
7272 the PyMongo Driver by :ref:`exposing your MongoClient <django-client-operations>`.
7373 - ✓
@@ -92,15 +92,15 @@ Index Support
9292 - *Unsupported*.
9393 - ✓
9494
95- Field Type Support
96- ~~~~~~~~~~~~~~~~~~
95+ Data Type Support
96+ ~~~~~~~~~~~~~~~~~
9797
9898.. list-table::
9999 :header-rows: 1
100100 :widths: 30 30 40
101101
102- * - MongoDB Field Type
103- - Public Preview Support
102+ * - BSON Data Type
103+ - Current Support
104104 - General Availability Support
105105
106106 * - ``Array``
@@ -124,8 +124,13 @@ Field Type Support
124124 - *Partial Support Planned*. We plan to add support for registering
125125 ``EmbeddedModel`` schema changes after creation.
126126
127- {+django-odm+} currently supports all other MongoDB field types not included
128- in the preceding table. To view a full list of supported fields, see the :ref:`django-models-mongodb-fields`
127+ * - ``Regular Expression``
128+ - *Unsupported*.
129+ - *Unsupported*. However, we plan to support this type
130+ in a post-GA release.
131+
132+ {+django-odm+} currently supports all other MongoDB data types not included
133+ in the preceding table. To view a full list of supported types, see the :ref:`django-models-mongodb-fields`
129134section of the Create Models guide.
130135
131136Query Support
@@ -136,7 +141,7 @@ Query Support
136141 :widths: 30 30 40
137142
138143 * - MongoDB Feature
139- - Public Preview Support
144+ - Current Support
140145 - General Availability Support
141146
142147 * - Aggregation operations
@@ -188,13 +193,12 @@ Database and Collection Support
188193 :widths: 30 30 40
189194
190195 * - MongoDB Feature
191- - Public Preview Support
196+ - Current Support
192197 - General Availability Support
193198
194199 * - Asynchronous support
195- - *Unsupported*.
196- - *Unsupported*. However, we plan to add support for this feature
197- in a post-GA release.
200+ - ✓
201+ - ✓
198202
199203 * - Authentication
200204 - ✓
@@ -268,19 +272,14 @@ Field Type Support
268272 :widths: 30 30 40
269273
270274 * - {+framework+} Field Type
271- - Public Preview Support
275+ - Current Support
272276 - General Availability Support
273277
274278 * - ``AutoField``
275279 - *Unsupported*. The ``BigAutoField`` and ``SmallAutoField`` types are also
276280 not supported. Instead, use ``ObjectIdField``.
277281 - *Unsupported*.
278282
279- * - ``BSONRegExp``
280- - *Unsupported*.
281- - *Unsupported*. However, we plan to support this field
282- in a post-GA release.
283-
284283 * - ``DateTimeField``
285284 - *Partially Supported*. You can use this field type with the
286285 following limitations:
@@ -345,7 +344,7 @@ Query Support
345344 :widths: 30 30 40
346345
347346 * - {+framework+} ``QuerySet`` Feature
348- - Public Preview Support
347+ - Current Support
349348 - General Availability Support
350349
351350 * - ``aggregate()``
@@ -548,7 +547,7 @@ Database Function Support
548547 :widths: 30 30 40
549548
550549 * - {+framework+} Function
551- - Public Preview Support
550+ - Current Support
552551 - General Availability Support
553552
554553 * - ``Chr``
@@ -608,7 +607,7 @@ Management Support
608607 :widths: 30 30 40
609608
610609 * - {+framework+} Feature
611- - Public Preview Support
610+ - Current Support
612611 - General Availability Support
613612
614613 * - {+framework+} Admin
@@ -638,7 +637,7 @@ Management Command Support
638637 :widths: 30 30 40
639638
640639 * - {+framework+} Command
641- - Public Preview Support
640+ - Current Support
642641 - General Availability Support
643642
644643 * - ``check``
@@ -750,7 +749,7 @@ Migration Support
750749 :widths: 30 30 40
751750
752751 * - {+framework+} Feature
753- - Public Preview Support
752+ - Current Support
754753 - General Availability Support
755754
756755 * - Creating, deleting, and updating indexes through migration
@@ -763,22 +762,10 @@ Migration Support
763762 - *Unsupported*.
764763 - *Unsupported*.
765764
766- * - Making migrations
767- - ✓
768- - ✓
769-
770765 * - ``migrate --fake-initial`` option
771766 - *Unsupported*.
772767 - *Unsupported*.
773768
774- * - Recording schema history
775- - ✓
776- - ✓
777-
778- * - Storing migration files
779- - ✓
780- - ✓
781-
782769Third Party Library Support
783770~~~~~~~~~~~~~~~~~~~~~~~~~~~
784771
@@ -787,7 +774,7 @@ Third Party Library Support
787774 :widths: 30 30 40
788775
789776 * - Library
790- - Public Preview Support
777+ - Current Support
791778 - General Availability Support
792779
793780 * - `Django-filter <https://django-filter.readthedocs.io/en/stable/>`__
0 commit comments