File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change @@ -6,30 +6,9 @@ explore and build.
66
77## Install and usage
88
9- Use the version of ` django-mongodb ` that corresponds to your version of
10- Django. For example, to get the latest compatible release for Django 5.0.x:
9+ The development version of this package supports Django 5.0.x. To install it:
1110
12- ` pip install django-mongodb==5.0.* `
13-
14- The minor release number of Django doesn't correspond to the minor release
15- number of django-mongodb. Use the latest minor release of each.
16-
17- While django-mongodb only has pre-releases (alphas or betas), you'll see an
18- error with a list of the available versions. In that case, include ` --pre ` to
19- allow ` pip ` to install the latest pre-release.
20-
21- For example, if django-mongodb 5.0 alpha 1 is the latest available version
22- of the 5.0 release series:
23-
24- ```
25- $ pip install django-mongodb==5.0.*
26- ERROR: Could not find a version that satisfies the requirement
27- django-mongodb==5.0.* (from versions: ..., 5.0a1)
28-
29- $ pip install --pre django-mongodb==5.0.*
30- ...
31- Successfully installed ... django-mongodb-5.0a1 ...
32- ```
11+ ` pip install git+https://github.com/mongodb-labs/django-mongodb `
3312
3413Configure the Django ` DATABASES ` setting similar to this:
3514
You can’t perform that action at this time.
0 commit comments