-
Notifications
You must be signed in to change notification settings - Fork 7
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
Conversation
✅ Deploy Preview for docs-django ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
source/get-started/install.txt
Outdated
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``). |
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.
If you need to provide this level of specificity, then it's best to do it like this.
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+}.*" |
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.
See earlier correction
source/get-started/install.txt
Outdated
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``). |
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.
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+}. |
Pull Request Info
PR Reviewing Guidelines
Staging Links
Self-Review Checklist