From f9d672dcad802b87d4a03814281932d30d41b7ec Mon Sep 17 00:00:00 2001 From: norareidy Date: Fri, 31 Jan 2025 10:06:51 -0500 Subject: [PATCH 1/5] Version 5.0 edits --- snooty.toml | 2 +- source/get-started/install.txt | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/snooty.toml b/snooty.toml index 01b8586..718fee2 100644 --- a/snooty.toml +++ b/snooty.toml @@ -19,5 +19,5 @@ mdb-server = "MongoDB Server" django-version = "5.0" django-docs = "https://docs.djangoproject.com/en/{+django-version+}" framework = "Django" -pymongo-version = "4.10" +pymongo-version = "4.11" pymongo-docs = "https://www.mongodb.com/docs/languages/python/pymongo-driver/current" diff --git a/source/get-started/install.txt b/source/get-started/install.txt index a3942be..807faf5 100644 --- a/source/get-started/install.txt +++ b/source/get-started/install.txt @@ -58,12 +58,15 @@ in your development environment. .. code-block:: bash - pip install django-mongodb-backend + pip install django-mongodb-backend=={+django-version+}.0 + + Replace the placeholder with the patch version you want + to install (``a1``, ``a2``, ``a3``, or ``b0``). This command also installs the following dependencies: - PyMongo version {+pymongo-version+} and its dependencies - - Latest {+framework+} {+django-version+}.x version and its dependencies + - {+framework+} version {+django-version+}.x and its dependencies After you complete these steps, you have {+django-odm+} and its dependencies installed in your development environment. \ No newline at end of file From bfdde15036163d3ee7c166397a8f70691c6d4397 Mon Sep 17 00:00:00 2001 From: norareidy Date: Fri, 31 Jan 2025 10:14:06 -0500 Subject: [PATCH 2/5] build From 29978c0e96d3a1895d6677b854dc3f2af584f074 Mon Sep 17 00:00:00 2001 From: norareidy Date: Fri, 31 Jan 2025 10:21:42 -0500 Subject: [PATCH 3/5] monospace --- source/get-started/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/get-started/install.txt b/source/get-started/install.txt index 807faf5..a27d453 100644 --- a/source/get-started/install.txt +++ b/source/get-started/install.txt @@ -60,7 +60,7 @@ in your development environment. pip install django-mongodb-backend=={+django-version+}.0 - Replace the placeholder with the patch version you want + Replace the ```` placeholder with the patch version you want to install (``a1``, ``a2``, ``a3``, or ``b0``). This command also installs the following dependencies: From e71d62b4fabc4f5b48c2f84600feee3a41f31679 Mon Sep 17 00:00:00 2001 From: norareidy Date: Fri, 31 Jan 2025 10:56:48 -0500 Subject: [PATCH 4/5] jib feedback --- source/get-started/install.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/source/get-started/install.txt b/source/get-started/install.txt index a27d453..b93f4c6 100644 --- a/source/get-started/install.txt +++ b/source/get-started/install.txt @@ -58,15 +58,13 @@ in your development environment. .. code-block:: bash - pip install django-mongodb-backend=={+django-version+}.0 + pip install --pre "django-mongodb-backend=={+django-version+}.*" - Replace the ```` placeholder with the patch version you want - to install (``a1``, ``a2``, ``a3``, or ``b0``). - - This command also installs the following dependencies: + This command installs the latest compatible of our library for Django version + {+django-version+} and installs the following dependencies: - PyMongo version {+pymongo-version+} and its dependencies - - {+framework+} version {+django-version+}.x and its dependencies + - Latest {+framework+} {+django-version+}.x version and its dependencies After you complete these steps, you have {+django-odm+} and its dependencies installed in your development environment. \ No newline at end of file From b615b9d02fd0c7e2d8fa11302069ebbacf424fb3 Mon Sep 17 00:00:00 2001 From: norareidy Date: Fri, 31 Jan 2025 10:57:50 -0500 Subject: [PATCH 5/5] fix --- source/get-started/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/get-started/install.txt b/source/get-started/install.txt index b93f4c6..37132f5 100644 --- a/source/get-started/install.txt +++ b/source/get-started/install.txt @@ -60,7 +60,7 @@ in your development environment. pip install --pre "django-mongodb-backend=={+django-version+}.*" - This command installs the latest compatible of our library for Django version + This command installs the latest compatible version of our library for Django version {+django-version+} and installs the following dependencies: - PyMongo version {+pymongo-version+} and its dependencies