Skip to content

Version 5.0 edits #16

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 5 commits into from
Jan 31, 2025
Merged

Version 5.0 edits #16

merged 5 commits into from
Jan 31, 2025

Conversation

norareidy
Copy link
Collaborator

@norareidy norareidy commented Jan 31, 2025

Pull Request Info

PR Reviewing Guidelines

Staging Links

  • get-started/install
  • Self-Review Checklist

    • Is this free of any warnings or errors in the RST?
    • Did you run a spell-check?
    • Did you run a grammar-check?
    • Are all the links working?
    • Are the facets and meta keywords accurate?

    Copy link

    netlify bot commented Jan 31, 2025

    Deploy Preview for docs-django ready!

    Name Link
    🔨 Latest commit b615b9d
    🔍 Latest deploy log https://app.netlify.com/sites/docs-django/deploys/679cf304fc05390008702fc5
    😎 Deploy Preview https://deploy-preview-16--docs-django.netlify.app
    📱 Preview on mobile
    Toggle QR Code...

    QR Code

    Use your smartphone camera to open QR code link.

    To edit notification comments on pull requests, go to your Netlify site configuration.

    Comment on lines 61 to 64
    pip install django-mongodb-backend=={+django-version+}.0<patch-version>

    Replace the <patch-version> placeholder with the patch version you want
    to install (``a1``, ``a2``, ``a3``, or ``b0``).
    Copy link
    Collaborator

    Choose a reason for hiding this comment

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

    If you need to provide this level of specificity, then it's best to do it like this.

    Suggested change
    pip install django-mongodb-backend=={+django-version+}.0<patch-version>
    Replace the <patch-version> placeholder with the patch version you want
    to install (``a1``, ``a2``, ``a3``, or ``b0``).
    pip install --pre "django-mongodb-backend=={+django-version+}.*"

    @Jibola Jibola self-requested a review January 31, 2025 15:21
    Copy link
    Collaborator

    @Jibola Jibola left a comment

    Choose a reason for hiding this comment

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

    See earlier correction

    Comment on lines 61 to 64
    pip install django-mongodb-backend=={+django-version+}.0<patch-version>

    Replace the ``<patch-version>`` placeholder with the patch version you want
    to install (``a1``, ``a2``, ``a3``, or ``b0``).
    Copy link
    Collaborator

    @Jibola Jibola Jan 31, 2025

    Choose a reason for hiding this comment

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

    Suggested change
    pip install django-mongodb-backend=={+django-version+}.0<patch-version>
    Replace the ``<patch-version>`` placeholder with the patch version you want
    to install (``a1``, ``a2``, ``a3``, or ``b0``).
    pip install --pre "django-mongodb-backend=={+django-version+}.*"
    This installs the latest compatible of our library for {+django-version+}.

    @norareidy norareidy requested a review from Jibola January 31, 2025 16:01
    @norareidy norareidy merged commit 7fa9f4e into mongodb:v5.0 Jan 31, 2025
    5 checks passed
    @norareidy norareidy deleted the v5.0-edits branch January 31, 2025 16:07
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants