Skip to content

Commit

Permalink
Upgrade to Django 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epicserve committed Dec 31, 2023
1 parent 2c15b76 commit 7e015a4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

* Added the Just command update_everything to upgrade Python and Node

### Changed

* Upgraded to Django 5.0


## 2023-12-26

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ features.

### 📦️ Django Packages

* [Django 4.2](https://www.djangoproject.com/) - Latest version of Django
* [Django 5](https://www.djangoproject.com/) - Latest version of Django
* [Celery](http://docs.celeryproject.org/) - Most popular task runner for running asynchronous tasks in the background
* [Custom User Model][custom_user_model] - Custom user model so that the user model can be easily extended
* [Django Allauth](http://www.intenct.nl/projects/django-allauth/) - The most popular package for adding authentication
Expand Down
6 changes: 3 additions & 3 deletions config/requirements/dev_lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,9 @@ dj-email-url==1.0.6 \
--hash=sha256:55ffe3329e48f54f8a75aa36ece08f365e09d61f8a209773ef09a1d4760e699a \
--hash=sha256:cbd08327fbb08b104eac160fb4703f375532e4c0243eb230f5b960daee7a96db
# via environs
django==4.2.8 \
--hash=sha256:6cb5dcea9e3d12c47834d32156b8841f533a4493c688e2718cafd51aa430ba6d \
--hash=sha256:d69d5e36cc5d9f4eb4872be36c622878afcdce94062716cf3e25bcedcb168b62
django==5.0 \
--hash=sha256:3a9fd52b8dbeae335ddf4a9dfa6c6a0853a1122f1fb071a8d5eca979f73a05c8 \
--hash=sha256:7d29e14dfbc19cb6a95a4bd669edbde11f5d4c6a71fdaa42c2d40b6846e807f7
# via
# -r config/requirements/prod.in
# crispy-bootstrap5
Expand Down
2 changes: 1 addition & 1 deletion config/requirements/prod.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PEP 440 (https://www.python.org/dev/peps/pep-0440/#compatible-release). After making edits run
# `just make_requirements` in order to compile a new requirement files in config/requirements/*_lock.txt.

Django~=4.2
Django~=5.0
boto3~=1.28
celery~=5.3
crispy-bootstrap5~=2023.10
Expand Down
6 changes: 3 additions & 3 deletions config/requirements/prod_lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ dj-email-url==1.0.6 \
--hash=sha256:55ffe3329e48f54f8a75aa36ece08f365e09d61f8a209773ef09a1d4760e699a \
--hash=sha256:cbd08327fbb08b104eac160fb4703f375532e4c0243eb230f5b960daee7a96db
# via environs
django==4.2.8 \
--hash=sha256:6cb5dcea9e3d12c47834d32156b8841f533a4493c688e2718cafd51aa430ba6d \
--hash=sha256:d69d5e36cc5d9f4eb4872be36c622878afcdce94062716cf3e25bcedcb168b62
django==5.0 \
--hash=sha256:3a9fd52b8dbeae335ddf4a9dfa6c6a0853a1122f1fb071a8d5eca979f73a05c8 \
--hash=sha256:7d29e14dfbc19cb6a95a4bd669edbde11f5d4c6a71fdaa42c2d40b6846e807f7
# via
# -r config/requirements/prod.in
# crispy-bootstrap5
Expand Down

0 comments on commit 7e015a4

Please sign in to comment.