File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,13 @@ in your development environment.
58
58
59
59
.. code-block:: bash
60
60
61
- pip install django-mongodb-backend=={+django-version+}.0<patch-version>
61
+ pip install --pre " django-mongodb-backend=={+django-version+}.*"
62
62
63
- Replace the ``<patch-version>`` placeholder with the patch version you want
64
- to install (``a1``, ``a2``, ``a3``, or ``b0``).
65
-
66
- This command also installs the following dependencies:
63
+ This command installs the latest compatible of our library for Django version
64
+ {+django-version+} and installs the following dependencies:
67
65
68
66
- PyMongo version {+pymongo-version+} and its dependencies
69
- - {+framework+} version {+django-version+}.x and its dependencies
67
+ - Latest {+framework+} {+django-version+}.x version and its dependencies
70
68
71
69
After you complete these steps, you have {+django-odm+} and its
72
70
dependencies installed in your development environment.
You can’t perform that action at this time.
0 commit comments