Skip to content

DOCSP-50383: Add links to preview page #273

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

Merged
merged 2 commits into from
Jun 16, 2025
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