Skip to content

Commit

Permalink
Upgrade to Django 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelekm committed Mar 28, 2024
1 parent e1fc8c5 commit 6b46f1e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 0 additions & 2 deletions python/cac_tripplanner/cac_tripplanner/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@

USE_I18N = True

USE_L10N = True

USE_TZ = True

# Directory for default featured destinations added in destinations 0012
Expand Down
3 changes: 1 addition & 2 deletions python/cac_tripplanner/cac_tripplanner/urls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from django.conf.urls import re_path
from django.urls import include
from django.urls import include, re_path
from django.views.generic import RedirectView
from django.contrib.gis import admin

Expand Down
4 changes: 2 additions & 2 deletions python/cac_tripplanner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
base58==2.0.1
boto3==1.15.9
boto==2.49.0
Django==3.2.25
Django==4.0.1
django-ckeditor==6.0.0
django-image-cropping==1.5.0
django-image-cropping==1.7.0
django-extensions==3.1.5
django-storages==1.10.1
easy-thumbnails==2.8.1
Expand Down
3 changes: 1 addition & 2 deletions python/cac_tripplanner/shortlinks/test/urls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from django.conf.urls import re_path
from django.urls import include, path
from django.urls import include, path, re_path
from shortlinks.test.views import stub_view

app_name = 'shortlinks'
Expand Down
2 changes: 1 addition & 1 deletion python/cac_tripplanner/shortlinks/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.conf.urls import re_path
from django.urls import re_path
from django.views.decorators.csrf import csrf_exempt

from .views import ShortenedLinkRedirectView, ShortenedLinkCreateView
Expand Down

0 comments on commit 6b46f1e

Please sign in to comment.