Skip to content

Commit 94cfd76

Browse files
committed
Upgrade Django version to 5.2
1 parent 8e8f283 commit 94cfd76

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ repos:
3636
rev: "1.22.2"
3737
hooks:
3838
- id: django-upgrade
39+
# TODO: Update to 5.2 when django-upgrade supports it
3940
args: [--target-version, "5.1"]
4041
- repo: https://github.com/psf/black
4142
rev: 24.10.0

Diff for: requirements/common.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ django-push @ git+https://github.com/brutasse/django-push.git@22fda99641cfbd2f30
77
django-read-only==1.18.0
88
django-recaptcha==4.0.0
99
django-registration-redux==2.13
10-
Django==5.1.5
10+
Django==5.2a1
1111
docutils==0.21.2
1212
feedparser==6.0.11
1313
Jinja2==3.1.5

0 commit comments

Comments
 (0)