-
Notifications
You must be signed in to change notification settings - Fork 7
DOCSP-46984: Upcoming features #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
bbe4b91
93ad7e8
d80456f
fe105a0
4d388c4
2a1fa3e
442d453
b9183d7
9ebae73
5e29f7f
7f0e722
088c58c
f7f27c4
a0a89fb
d307fa0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -264,17 +264,21 @@ MongoDB Features | |||||
~~~~~~~~~~~~~~~~ | ||||||
|
||||||
We plan to support the following MongoDB features in | ||||||
upcoming releases: | ||||||
the upcoming GA release: | ||||||
|
||||||
- Creating Vector Search, Atlas Search, and geospatial indexes | ||||||
- Performing Vector Search, Atlas Search, and geospatial queries | ||||||
- Encrypting data by using Queryable Encryption and Client-side Field Level Encryption | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- Running database transactions | ||||||
- Using specialized aggregation operators | ||||||
- Specifying schema validation | ||||||
- Storing Django's cached data in the database | ||||||
|
||||||
We plan to support the following MongoDB features in | ||||||
future post-GA releases: | ||||||
|
||||||
- Using GridFS to store large files | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. S: modify list to be nouns as you call them features instead of actions |
||||||
- Opening change streams to monitor your data | ||||||
- Storing Django's cached data in the database | ||||||
- Specifying schema validation | ||||||
- Using specialized aggregation operators | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Using specialized aggregation operators" - Let's remove this for now. |
||||||
|
||||||
.. tip:: | ||||||
|
||||||
|
@@ -300,15 +304,19 @@ Model Features | |||||
~~~~~~~~~~~~~~ | ||||||
|
||||||
We plan to support the following model features in | ||||||
upcoming releases: | ||||||
the upcoming GA release: | ||||||
|
||||||
- Creating arrays of embedded documents | ||||||
- Creating polymorphic embedded documents and arrays | ||||||
- Applying changes to the schema of embedded models to | ||||||
``EmbeddedModelField`` values | ||||||
- Creating multiple models within a collection | ||||||
- Using forms in embedded models | ||||||
- Resolve the ``JSONField`` limitations on ``Q`` object queries and | ||||||
|
||||||
We plan to support the following model features in | ||||||
future post-GA releases: | ||||||
|
||||||
- Interacting with ``JSONField`` values without the limitations on ``Q`` object queries and | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's remove this. We have not promised this. |
||||||
``None`` value filters listed in the :ref:`Field <django-limitations-models-fields>` limitations | ||||||
section of this guide | ||||||
- Using a custom ``Field`` class for the ``BSONRegExp`` data type | ||||||
|
@@ -319,10 +327,14 @@ Django Management Command Features | |||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||||
|
||||||
We plan to support the following Django commands in | ||||||
upcoming releases: | ||||||
the upcoming GA release: | ||||||
|
||||||
- ``dumpdata`` | ||||||
- ``loaddata`` | ||||||
|
||||||
We plan to support the following commands in | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can remove these two. We may not commit to adding these. |
||||||
future post-GA releases: | ||||||
|
||||||
- ``inspectdb`` | ||||||
- ``optimizemigration`` | ||||||
|
||||||
|
@@ -332,7 +344,7 @@ Third Party Features | |||||
~~~~~~~~~~~~~~~~~~~~ | ||||||
|
||||||
We plan to support the following third-party features in | ||||||
upcoming releases: | ||||||
the upcoming GA release: | ||||||
|
||||||
- `Django-filter <https://django-filter.readthedocs.io/en/stable/>`__ | ||||||
- `Django Rest Framework <https://www.django-rest-framework.org/>`__ | ||||||
|
@@ -346,7 +358,7 @@ Database Variable Support | |||||
~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||||
|
||||||
We plan to support the following Django variables for configuring | ||||||
your database connection in upcoming releases: | ||||||
your database connection in future post-GA releases: | ||||||
|
||||||
- ``CONN_HEALTH_CHECKS`` | ||||||
- ``TIME_ZONE`` | ||||||
|
@@ -356,5 +368,5 @@ your database connection in upcoming releases: | |||||
Asynchronous Support | ||||||
~~~~~~~~~~~~~~~~~~~~ | ||||||
|
||||||
We plan to offer asynchronous support for {+django-odm+} in future | ||||||
releases. | ||||||
We plan to offer asynchronous support for {+django-odm+} in | ||||||
future post-GA releases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be misleading. We should either remove it or change the language to say "improved" or "through the Django API"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Performing Vector Search, Atlas Search, and geospatial queries directly through the Django API