File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ django-docs = "https://www.mongodb.com/docs/languages/python/django-mongodb/curr
46
46
targets = [" index.txt" ]
47
47
variant = " tip"
48
48
value = """
49
- {+django-odm+} is now in Public Preview! \
50
- To discover its features and learn more, see the `{+django-odm+} documentation <{+django-docs+}>`__.
49
+ {+django-odm+}, a database backend that uses PyMongo to connect to MongoDB, is now in Public Preview! \
50
+ To discover its features and learn more, see the `{+django-odm+} documentation <{+django-docs+}>`__. \
51
+ To learn more about preview release considerations, see `Preview Features <https://www.mongodb.com/docs/preview-features/>`__.
51
52
"""
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ aggregation operations and indexes.
93
93
94
94
{+django-odm+} is in Public Preview and intended for evaluation purposes only.
95
95
Public Preview is not recommended for production deployments, as breaking changes
96
- may be introduced.
96
+ may be introduced. To learn more, see `Preview Features <https://www.mongodb.com/docs/preview-features/>`__.
97
97
98
98
Flask
99
99
~~~~~
You can’t perform that action at this time.
0 commit comments