Skip to content

Commit

Permalink
Upgrade to Django 5.0.x #50
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Feb 23, 2024
1 parent 4a458f4 commit 0e415da
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Release notes

### Version 5.1.0-dev

- Upgrade Python version to 3.12
- Upgrade Python version to 3.12 and Django to 5.0.x
https://github.com/nexB/dejacode/issues/50

- Replace Celery by RQ for async job queue and worker.
Expand Down
2 changes: 1 addition & 1 deletion dejacode_toolkit/scancodeio.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from django.conf import settings
from django.core import signing
from django.urls import reverse
from django.utils.crypto import md5
# from django.utils.crypto import md5

import requests
from license_expression import Licensing
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ install_requires =
wheel==0.42.0
pip==23.3.1
# Django
Django==4.2.8
Django==5.0.2
asgiref==3.7.2
typing_extensions==4.2.0
sqlparse==0.4.4
Expand Down
14 changes: 0 additions & 14 deletions thirdparty/dist/Django-4.2.8-py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.

0 comments on commit 0e415da

Please sign in to comment.