Skip to content

Commit 789be69

Browse files
authored
chore: Update badges (#1558)
1 parent e655d8b commit 789be69

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

README.rst

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Django Filer
33
============
44

5-
|pypi| |python| |django| |coverage|
5+
|PyPiVersion| |TestCoverage| |PyVersion| |DjVersion| |CmsVersion|
66

77
**django Filer** is a file management application for django that makes
88
handling of files and images a breeze.
@@ -50,11 +50,26 @@ Please head over to the separate `documentation <https://django-filer.readthedoc
5050
for all the details on how to install, configure and use django-filer.
5151

5252

53-
.. |pypi| image:: https://badge.fury.io/py/django-filer.svg
54-
:target: http://badge.fury.io/py/django-filer
55-
.. |coverage| image:: https://codecov.io/gh/django-cms/django-filer/branch/master/graph/badge.svg
53+
.. |PyPiVersion| image:: https://img.shields.io/pypi/v/django-filer.svg?style=flat-square
54+
:target: https://pypi.python.org/pypi/django-filer
55+
:alt: Latest PyPI version
56+
57+
.. |PyVersion| image:: https://img.shields.io/pypi/pyversions/django-filer.svg?style=flat-square
58+
:target: https://pypi.python.org/pypi/django-filer
59+
:alt: Python versions
60+
61+
.. |DjVersion| image:: https://img.shields.io/pypi/frameworkversions/django/django-filer.svg?style=flat-square
62+
:target: https://pypi.python.org/pypi/django-filer
63+
:alt: Django versions
64+
65+
.. |CmsVersion| image:: https://img.shields.io/pypi/frameworkversions/django-cms/django-filer.svg?style=flat-square
66+
:target: https://pypi.python.org/pypi/django-filer
67+
:alt: django CMS versions
68+
69+
.. |TestCoverage| image:: https://codecov.io/gh/django-cms/django-filer/graph/badge.svg?token=O64yNt6pgo
5670
:target: https://codecov.io/gh/django-cms/django-filer
57-
.. |python| image:: https://img.shields.io/badge/python-3.10+-blue.svg
58-
:target: https://pypi.org/project/django-filer/
59-
.. |django| image:: https://img.shields.io/badge/django-3.2+-blue.svg
60-
:target: https://www.djangoproject.com/
71+
:alt: Test coverage
72+
73+
.. |License| image:: https://img.shields.io/github/license/django-cms/django-filer.svg?style=flat-square
74+
:target: https://pypi.python.org/pypi/django-filer/
75+
:alt: License

0 commit comments

Comments
 (0)