Skip to content

Commit

Permalink
Dependabot/opendata upd to django4 (#160)
Browse files Browse the repository at this point in the history
* chore(deps): bump django

Update `django` from 3.2.20 to 4.2.18
  • Loading branch information
nortaljevgenikr authored Jan 28, 2025
1 parent 1a7dd87 commit 460eb2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion opendata_module/opmon_opendata/django_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
USE_I18N = True
USE_L10N = True
USE_TZ = True

# Static files (CSS, JavaScript, Images)
Expand Down
1 change: 0 additions & 1 deletion opendata_module/opmon_opendata/tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
USE_I18N = True
USE_L10N = True
USE_TZ = True

0 comments on commit 460eb2f

Please sign in to comment.