Skip to content

Commit

Permalink
Initial changes for the Django 4 upgrade. django-tabular-export, djan…
Browse files Browse the repository at this point in the history
…go-bittersweet and django_prometheus_metrics have not been updated for Django 4 and so are broken without manually editing the code in those libraries.
  • Loading branch information
joshuastegmaier committed Apr 17, 2024
1 parent 9912a57 commit 1204a90
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 2,790 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
rev: 1.15.0
hooks:
- id: django-upgrade
args: [--target-version, '3.2']
args: [--target-version, '4.2']
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ celery = {extras = ["redis"],version = ">=5.0.5"}
"boto3" = ">=1.9.16"
botocore = '>=1.12.16'
requests = "*"
Django = "~=3.2"
Django = "~=4.2"
bagit = "*"
django-registration = "*"
django-prometheus-metrics = "*"
Expand Down
Loading

0 comments on commit 1204a90

Please sign in to comment.