Skip to content

Commit 6b7e5f9

Browse files
Bump django from 3.2.8 to 4.2.25 in /environment/requirements (#10)
* Bump django from 3.2.8 to 4.2.25 in /environment/requirements Bumps [django](https://github.com/django/django) from 3.2.8 to 4.2.25. - [Commits](django/django@3.2.8...4.2.25) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Updated dependencies * Deleted pytz, not used by dependencies * Fix USE_L10N RemovedInDjango50Warning deprecation --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adrián <1659540+mrroot5@users.noreply.github.com> Co-authored-by: mrroot5 <mrroot5@protonmail.com>
1 parent 3ab7322 commit 6b7e5f9

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

environment/requirements/requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
asgiref==3.10.0
22
backcall==0.2.0
33
decorator==5.2.1
4-
Django==3.2.25
5-
django-extensions==3.2.3
6-
djangorestframework==3.15.1
4+
Django==4.2.25
5+
django-extensions==4.1
6+
djangorestframework==3.16.1
77
Faker==37.8.0
88
flake8==4.0.1
99
ipython==7.28.0
@@ -19,7 +19,6 @@ ptyprocess==0.7.0
1919
pycodestyle==2.8.0
2020
pyflakes==2.4.0
2121
Pygments==2.19.2
22-
pytz==2025.2
2322
sqlparse==0.5.3
2423
traitlets==5.14.3
2524
typing_extensions==4.15.0

src/django_atomic_transactions/settings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@
113113

114114
USE_I18N = True
115115

116-
USE_L10N = True
117-
118116
USE_TZ = True
119117

120118
STATIC_URL = '/static/'

0 commit comments

Comments
 (0)