From a7c275bc2c590d7ddafb4da5d2ded0751c0f94d5 Mon Sep 17 00:00:00 2001 From: Henri Date: Mon, 20 Jun 2022 14:03:10 +0200 Subject: [PATCH 1/4] Update commands in README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f9beccb..8ff2e506 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,8 @@ python manage.py updatehbi Imports sections from shape file. The file is usually downloaded from S3 with `downloadfiles`. ``` -python manage.py importsections /tmp/sections.shp +python manage.py importsections /tmp/road_sections-v1.1.shp +python manage.py importsections /tmp/intersections-v1.1.shp ``` ### importsectiondetails @@ -257,7 +258,7 @@ python manage.py importsections /tmp/sections.shp Imports section details including pictures and traffic information from CSV file. The file is usually downloaded from S3 with `downloadfiles`. ``` -python manage.py importsectiondetails /tmp/section_details.csv +python manage.py importsectiondetails /tmp/section_details-v1.1.csv ``` ### importsectionaccidents @@ -265,7 +266,7 @@ python manage.py importsectiondetails /tmp/section_details.csv Import section accident data set, which references previously imported sections. ``` -python manage.py importsectionaccidents /tmp/section_accidents.csv +python manage.py importsectionaccidents /tmp/section_accidents-v1.1.csv ``` ### updateprojectgeometries From 5a08493ab86174b86df16390059ffadbf7b926fc Mon Sep 17 00:00:00 2001 From: Henri Date: Mon, 20 Jun 2022 14:03:31 +0200 Subject: [PATCH 2/4] Update to Django 4.0.5 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 053dc7da..925cd904 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,15 @@ black==22.3.0 -boto3==1.24.2 +boto3==1.24.12 coverage==6.4.1 debugpy==1.6.0 +Django==4.0.5 django-anymail==8.6 django-auto-prefetching==0.2.11 django-cors-headers==3.12.0 django-markdownx==4.0.0b1 django-reversion==5.0.0 django-storages==1.12.3 -Django==3.2.13 -djangorestframework-gis==0.18 +djangorestframework-gis==1.0 djangorestframework-simplejwt==4.7.2 djangorestframework==3.13.1 djoser==2.1.0 From 0f706a357335cc2c449e7f4c1d9590abd0f2aa8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 22:38:59 +0000 Subject: [PATCH 3/4] Bump django from 4.0.5 to 4.0.6 Bumps [django](https://github.com/django/django) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.5...4.0.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 925cd904..0030122d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ black==22.3.0 boto3==1.24.12 coverage==6.4.1 debugpy==1.6.0 -Django==4.0.5 +Django==4.0.6 django-anymail==8.6 django-auto-prefetching==0.2.11 django-cors-headers==3.12.0 From 3396673e3f5f7fb26e44f2b8a183e6db7923eae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 15:32:06 +0000 Subject: [PATCH 4/4] Bump django from 4.0.6 to 4.0.7 Bumps [django](https://github.com/django/django) from 4.0.6 to 4.0.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.6...4.0.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 689bf206..293816d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ django-cors-headers==3.13.0 django-markdownx==4.0.0b1 django-reversion==5.0.2 django-storages==1.12.3 -Django==4.0.6 +Django==4.0.7 djangorestframework-gis==1.0 djangorestframework-simplejwt==4.7.2 djangorestframework==3.13.1