Skip to content

Commit 6898807

Browse files
committed
[deps] Added Django 5.1
1 parent eaf169d commit 6898807

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
TOXENV: py311-django50-djangorestframework315
6060
- python: '3.12'
6161
TOXENV: py312-django50-djangorestframework315
62+
- python: '3.11'
63+
TOXENV: py311-django51-djangorestframework315
64+
- python: '3.12'
65+
TOXENV: py312-django51-djangorestframework315
6266
steps:
6367
- uses: actions/checkout@v4
6468
with:

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Compatibility with DRF, Django and Python
3939

4040
======================== ============================ ==================== ==================================
4141
DRF-gis version DRF version Django version Python version
42-
**1.1.x** **3.12** up to **3.14** **3.2, 4.2 to 5.0** **3.8** to **3.11**
42+
**1.1.x** **3.12** up to **3.14** **3.2, 4.2 to 5.1** **3.8** to **3.11**
4343
**1.0.x** **3.10** up to **3.13** **2.2 to 4.0** **3.6** to **3.9**
4444
**0.18.x** **3.10** up to **3.13** **2.2 to 4.0** **3.6** to **3.9**
4545
**0.17.x** **3.10** up to **3.12** **2.2 to 3.1** **3.6** to **3.8**

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ envlist =
44
py{38,39,310}-django{42,50}-djangorestframework{314}{,-pytest}
55
py{311}-django{42}-djangorestframework{314}{,-pytest}
66
py{311,312}-django{50}-djangorestframework{315}{,-pytest}
7+
py{311,312}-django{51}-djangorestframework{315}{,-pytest}
78

89
[testenv]
910
usedevelop = true

0 commit comments

Comments
 (0)