Skip to content

Commit 6857116

Browse files
authored
Declare official support for Django 5.1 (jazzband#734)
1 parent af39f6b commit 6857116

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Silk is a live profiling and inspection tool for the Django framework. Silk inte
3030

3131
Silk has been tested with:
3232

33-
* Django: 3.2, 4.2, 5.0
33+
* Django: 3.2, 4.2, 5.0, 5.1
3434
* Python: 3.8, 3.9, 3.10, 3.11, 3.12
3535

3636
## Installation

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ Features
5757
Requirements
5858
------------
5959

60-
* Django: 3.2, 4.2, 5.0
60+
* Django: 3.2, 4.2, 5.0, 5.1
6161
* Python: 3.8, 3.9, 3.10

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
'Framework :: Django :: 3.2',
2525
'Framework :: Django :: 4.2',
2626
'Framework :: Django :: 5.0',
27+
'Framework :: Django :: 5.1',
2728
'Intended Audience :: Developers',
2829
'Operating System :: OS Independent',
2930
'Programming Language :: Python',

0 commit comments

Comments
 (0)