Skip to content

Commit

Permalink
⬆️ Bump to Django 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMiras committed Dec 12, 2024
1 parent 6e7e492 commit 4ab03b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions gitpop2/base_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@

USE_I18N = True

USE_L10N = True

USE_TZ = True


Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
black
Django<4
Django<5
dj-static
flake8
gunicorn
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ click==8.1.7
# via black
dj-static==0.0.6
# via -r requirements.in
django==3.2.25
django==4.2.17
# via -r requirements.in
flake8==7.1.1
# via -r requirements.in
Expand Down Expand Up @@ -47,8 +47,6 @@ pytest==8.3.4
# via pytest-django
pytest-django==4.9.0
# via -r requirements.in
pytz==2024.2
# via django
sqlparse==0.5.3
# via django
static==1.1.1
Expand Down

0 comments on commit 4ab03b1

Please sign in to comment.