From c654780713c1b0fd6e17fb41fcebd4faf60b737a Mon Sep 17 00:00:00 2001 From: jsjiang Date: Fri, 12 Jul 2024 09:38:17 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45a9f684..ff9c213d 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ automatically update minimum semantic versions in `pyproject.toml`. To keep ``` Note: * A script `pdate_pyproject.sh` was created to automate the above process. - * The `django` entry is excluded from the list as we would like to manage Django version by ourself. + * The `django` entry is excluded from the list. Run `poetry add django@version` command to manually upgrade Django to a desired version. * The `pdate_pyproject.sh` script includes a final step `poetry update` which is used to update package dependencies in `poetry.lock`. 1. Review changes with `git diff pyproject.toml`. Make alterations as needed: