File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 10
10
.. |PyPI pyversions | image :: https://img.shields.io/pypi/pyversions/django-enum.svg
11
11
:target: https://pypi.python.org/pypi/django-enum/
12
12
13
+ .. |PyPI djversions | image :: https://img.shields.io/pypi/djversions/your-package-name.svg
14
+ :alt: Supported Django versions
15
+ :target: https://pypi.org/project/your-package-name/
16
+
13
17
.. |PyPI status | image :: https://img.shields.io/pypi/status/django-enum.svg
14
18
:target: https://pypi.python.org/pypi/django-enum
15
19
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ classifiers = [
16
16
" Development Status :: 5 - Production/Stable" ,
17
17
" Framework :: Django :: 3.2" ,
18
18
" Framework :: Django :: 4.0" ,
19
+ " Framework :: Django :: 4.1" ,
19
20
" Framework :: Django :: 4.2" ,
20
21
" Intended Audience :: Developers" ,
21
22
" License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments