From 46d1920fe7f62e80244e9bb9d2107a39f591fd23 Mon Sep 17 00:00:00 2001 From: Dan LaManna Date: Mon, 5 Jun 2023 11:21:40 -0400 Subject: [PATCH 1/2] Pin Django to < 4.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2f742485..7f41f66c 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ install_requires=[ 'celery', 'dictdiffer', - 'django', + 'django<4.2.0', 'django-allauth', 'django-configurations[database,email]', 'django-extensions', From 94272b999b67a0dd2669277a05cc29d5e3ebd44a Mon Sep 17 00:00:00 2001 From: Dan LaManna Date: Mon, 5 Jun 2023 11:22:00 -0400 Subject: [PATCH 2/2] Add/update navigation links to ISIC Home --- stade/core/templates/base.html | 1 + stade/core/templates/index.html | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stade/core/templates/base.html b/stade/core/templates/base.html index 33a90013..7a0a3436 100644 --- a/stade/core/templates/base.html +++ b/stade/core/templates/base.html @@ -50,6 +50,7 @@