Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ targets = ["index.txt"]
variant = "tip"
value = """
{+django-odm+} is now in Public Preview! \
To discover its features and learn more, see the `{+django-odm+} documentation <{+django-docs+}>`__.
To discover its features and learn more, see the `{+django-odm+} documentation <{+django-docs+}>`__. \
To learn more about preview release considerations, see `Preview Features <https://www.mongodb.com/docs/preview-features/>`__.
"""
2 changes: 1 addition & 1 deletion source/integrations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ aggregation operations and indexes.

{+django-odm+} is in Public Preview and intended for evaluation purposes only.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{+django-odm+} is in Public Preview and intended for evaluation purposes only.
{+django-odm+}, a backend database that uses the PyMongo driver, is in Public Preview and intended for evaluation purposes only.

S: I would include how django is related to pymongo. I was confused at first why there was a django note on the pymongo page. If you think users will already get why this note is here, you can disregard.

Copy link
Collaborator Author

@norareidy norareidy Jun 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this callout is in the Django section of the Integrations page, which describes the pymongo/django relationship, I don't think it needs this clarification. But I think the banner on the PyMongo landing page could use this additional info! I'll add it there

Public Preview is not recommended for production deployments, as breaking changes
may be introduced.
may be introduced. To learn more, see `Preview Features <https://www.mongodb.com/docs/preview-features/>`__.

Flask
~~~~~
Expand Down
Loading