From b5fd85c5087f95a012cc5093444ed5e3266970c2 Mon Sep 17 00:00:00 2001 From: Nathan Swain Date: Wed, 22 Jan 2025 10:55:58 -0700 Subject: [PATCH] Fix type in Django version unpinned warning boxes --- docs/installation.rst | 3 ++- docs/installation/conda.rst | 2 +- docs/installation/production/manual/installation.rst | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 2906e0ff7..81d99c40d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -25,6 +25,7 @@ Tethys Platform requires the `conda packaging system `_. Failing to provide the Django version will result in installing the latest version of Django which may not be the LTS version. + As of Tethys 4.3 and above, the version of Django is no longer pinned in the ``tethys-platform`` package. You will need to specify the version of Django that you want to use when creating the environment. This is especially important for production installations, as only the LTS versions of Django recieve bug and security fixes. For development installations, we recommend using the same version of Django that you plan to use in production. For production installations, we recommend using the current LTS version of Django (see: `How to get Django - Supported Versions `_. Failing to provide the Django version will result in installing the latest version of Django which may not be the LTS version. .. tip:: diff --git a/docs/installation/conda.rst b/docs/installation/conda.rst index 237b13147..c4b1e6a20 100644 --- a/docs/installation/conda.rst +++ b/docs/installation/conda.rst @@ -72,7 +72,7 @@ Alternatively, if you set ``libmamba`` to be the default solver in step 2, run t **Django Version** - As of Tethys 3.4 and above, the version of Django is no longer pinned in the ``tethys-platform`` package. You will need to specify the version of Django that you want to use when creating the environment. This is especially important for production installations, as only the LTS versions of Django recieve bug and security fixes. For development installations, we recommend using the same version of Django that you plan to use in production. For production installations, we recommend using the current LTS version of Django (see: `How to get Django - Supported Versions `_. Failing to provide the Django version will result in installing the latest version of Django which may not be the LTS version. + As of Tethys 4.3 and above, the version of Django is no longer pinned in the ``tethys-platform`` package. You will need to specify the version of Django that you want to use when creating the environment. This is especially important for production installations, as only the LTS versions of Django recieve bug and security fixes. For development installations, we recommend using the same version of Django that you plan to use in production. For production installations, we recommend using the current LTS version of Django (see: `How to get Django - Supported Versions `_. Failing to provide the Django version will result in installing the latest version of Django which may not be the LTS version. Install Packages ---------------- diff --git a/docs/installation/production/manual/installation.rst b/docs/installation/production/manual/installation.rst index fcbf3b091..6fc79d592 100644 --- a/docs/installation/production/manual/installation.rst +++ b/docs/installation/production/manual/installation.rst @@ -34,7 +34,7 @@ Install Tethys Platform **Django Version** - As of Tethys 3.4 and above, the version of Django is no longer pinned in the ``tethys-platform`` package. You will need to specify the version of Django that you want to use when creating the environment. This is especially important for production installations, as only the LTS versions of Django recieve bug and security fixes. We recommend using the current Django LTS version for production installations (see: `How to get Django - Supported Versions `_. Failing to provide the Django version will result in installing the latest version of Django which may not be the LTS version. + As of Tethys 4.3 and above, the version of Django is no longer pinned in the ``tethys-platform`` package. You will need to specify the version of Django that you want to use when creating the environment. This is especially important for production installations, as only the LTS versions of Django recieve bug and security fixes. We recommend using the current Django LTS version for production installations (see: `How to get Django - Supported Versions `_. Failing to provide the Django version will result in installing the latest version of Django which may not be the LTS version. 2. Activate the ``tethys`` conda environment after it is created: