Skip to content

Commit f19ce36

Browse files
authored
Merge pull request #80 from ulgens/improve-django4.2-support
Improve Django 4.2 support
2 parents 9f2f363 + 7ded2b3 commit f19ce36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
rev: 1.29.1
44
hooks:
55
- id: django-upgrade
6-
args: [--target-version, "5.2"]
6+
args: [--target-version, "4.2"]
77

88
- repo: https://github.com/astral-sh/ruff-pre-commit
99
rev: v0.14.4

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers = [
2828
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: 3.13",
3030
"Programming Language :: Python :: 3.14",
31+
"Framework :: Django :: 4.2",
3132
"Framework :: Django :: 5.0",
3233
"Framework :: Django :: 5.1",
3334
"Framework :: Django :: 5.2",

0 commit comments

Comments
 (0)