@@ -10,12 +10,21 @@ Generated via docs/processor.py from README.md
10
10
11
11
# django-language-server
12
12
13
+ <!-- [[[cog
14
+ import subprocess
15
+ import cog
16
+
17
+ from noxfile import DJ_VERSIONS
18
+ from noxfile import PY_VERSIONS
19
+
20
+ cog.outl("[](https://pypi.org/project/django-language-server/)")
21
+ cog.outl("")
22
+ cog.outl(f"}-%2344B78B?labelColor=%23092E20)")
23
+ ]]] -->
13
24
[ ![ PyPI] ( https://img.shields.io/pypi/v/django-language-server )] ( https://pypi.org/project/django-language-server/ )
14
25
![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/django-language-server )
15
- ![ Django Version] ( https://img.shields.io/badge/django-4.2%20%7C%205.0%20%7C%205.1-%2344B78B?labelColor=%23092E20 )
16
- <!-- https://shields.io/badges -->
17
- <!-- django-4.2 | 5.0 | 5.1-#44B78B -->
18
- <!-- labelColor=%23092E20 -->
26
+ ![ Django Version] ( https://img.shields.io/badge/django-4.2%20%7C%205.1%20%7C%205.2%20%7C%20main-%2344B78B?labelColor=%23092E20 )
27
+ <!-- [[[end]]] -->
19
28
20
29
A language server for the Django web framework.
21
30
@@ -57,8 +66,19 @@ An editor that supports the Language Server Protocol (LSP) is required.
57
66
58
67
The Django Language Server aims to supports all actively maintained versions of Python and Django. Currently this includes:
59
68
69
+ <!-- [[[cog
70
+ import subprocess
71
+ import cog
72
+
73
+ from noxfile import DJ_VERSIONS
74
+ from noxfile import PY_VERSIONS
75
+
76
+ cog.outl(f"- Python {', '.join([version for version in PY_VERSIONS])}")
77
+ cog.outl(f"- Django {', '.join([version for version in DJ_VERSIONS if version != 'main'])}")
78
+ ]]] -->
60
79
- Python 3.9, 3.10, 3.11, 3.12, 3.13
61
- - Django 4.2, 5.0, 5.1
80
+ - Django 4.2, 5.1, 5.2
81
+ <!-- [[[end]]] -->
62
82
63
83
See the [ Versioning] ( #versioning ) section for details on how this project's version indicates Django compatibility.
64
84
0 commit comments