Skip to content

Commit eb52e1e

Browse files
authored
Merge pull request #23 from browniebroke/update/django-5.1-support
Add official support for Django 5.1
2 parents 4d7b7ce + b353d16 commit eb52e1e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
python-version: ["3.12", "3.11", "3.10"]
25-
django-version: ["5.0", "4.2"]
25+
django-version: ["5.1", "5.0", "4.2"]
2626
include:
2727
- python-version: "3.9"
2828
django-version: "4.2"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ cached_db), and django-qsessions.
7676
## Compatibility
7777

7878
- Python: **3.8**, **3.9**, **3.10**, **3.11**, **3.12**
79-
- Django: **4.2**, **5.0**
79+
- Django: **4.2**, **5.0**, **5.1**
8080

8181
## Installation
8282

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"Framework :: Django",
3838
"Framework :: Django :: 4.2",
3939
"Framework :: Django :: 5.0",
40+
"Framework :: Django :: 5.1",
4041
"Intended Audience :: Developers",
4142
"License :: OSI Approved :: MIT License",
4243
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)