From 4acd9156d0f60e7f49e906ab6302c393125a4373 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 15 Apr 2020 12:53:44 +0100 Subject: [PATCH 1/3] Switch to heroku-18 stack (#409) cedar-14 has been deprectated: https://devcenter.heroku.com/changelog-items/1413 --- app.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app.json b/app.json index 737e5eb0..1970942c 100644 --- a/app.json +++ b/app.json @@ -4,6 +4,7 @@ "scripts": { "postdeploy": "python manage.py migrate && python manage.py generateSampleData" }, + "stack": "heroku-18", "env": { "DEBUG": { "required": true From 02e8e8aaf734e0a808208a8521c7462cd4c6295d Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Mon, 11 May 2020 23:22:11 +0100 Subject: [PATCH 2/3] Fix risk assessment link --- RIGS/templates/RIGS/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIGS/templates/RIGS/index.html b/RIGS/templates/RIGS/index.html index 2408a4f4..0e4e8bab 100644 --- a/RIGS/templates/RIGS/index.html +++ b/RIGS/templates/RIGS/index.html @@ -35,7 +35,7 @@ TEC Forum TEC Wiki {% if perms.RIGS.view_event %} - Pre-Event Risk Assessment + Pre-Event Risk Assessment Price List Subhire Insurance Form {% endif %} From 0e67da82e2d3e886eb2ffda112adab9a04ab9371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 18:11:21 +0100 Subject: [PATCH 3/3] Build(deps): Bump django from 3.0.3 to 3.0.7 (#411) Bumps [django](https://github.com/django/django) from 3.0.3 to 3.0.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.3...3.0.7) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 569e0366..072062ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ diff-match-patch==20181111 dj-database-url==0.5.0 dj-static==0.0.6 -Django==3.0.3 +Django==3.0.7 django-debug-toolbar==2.2 django-ical==1.7.0 django-recaptcha==2.0.6