Skip to content

Commit 7c306dc

Browse files
authored
Update and move python and django badges (#1304)
1 parent 8275cac commit 7c306dc

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.rst

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

5-
|pypi| |build| |coverage|
5+
|pypi| |build| |python| |django| |coverage|
66

77
**django Filer** is a file management application for django that makes
88
handling of files and images a breeze.
99

10-
.. note::
11-
10+
.. note::
11+
1212
This project is endorsed by the `django CMS Association <https://www.django-cms.org/en/about-us/>`_.
13-
That means that it is officially accepted by the dCA as being in line with our roadmap vision and development/plugin policy.
13+
That means that it is officially accepted by the dCA as being in line with our roadmap vision and development/plugin policy.
1414
Join us on `Slack <https://www.django-cms.org/slack/>`_.
1515

1616
.. We're using absolute image url below, because relative paths won't work on
@@ -31,8 +31,8 @@ Contribute to this project and win rewards
3131

3232
Because this is a an open-source project, we welcome everyone to
3333
`get involved in the project <https://www.django-cms.org/en/contribute/>`_ and
34-
`receive a reward <https://www.django-cms.org/en/bounty-program/>`_ for their contribution.
35-
Become part of a fantastic community and help us make django CMS the best CMS in the world.
34+
`receive a reward <https://www.django-cms.org/en/bounty-program/>`_ for their contribution.
35+
Become part of a fantastic community and help us make django CMS the best CMS in the world.
3636

3737
We'll be delighted to receive your
3838
feedback in the form of issues and pull requests. Before submitting your
@@ -49,8 +49,6 @@ Documentation
4949
Please head over to the separate `documentation <https://django-filer.readthedocs.io/en/latest/index.html>`_
5050
for all the details on how to install, configure and use django-filer.
5151

52-
|python| |django|
53-
5452

5553
.. |pypi| image:: https://badge.fury.io/py/django-filer.svg
5654
:target: http://badge.fury.io/py/django-filer
@@ -59,7 +57,7 @@ for all the details on how to install, configure and use django-filer.
5957
.. |coverage| image:: https://codecov.io/gh/django-cms/django-filer/branch/master/graph/badge.svg
6058
:target: https://codecov.io/gh/django-cms/django-filer
6159

62-
.. |python| image:: https://img.shields.io/badge/python-3.6+-blue.svg
60+
.. |python| image:: https://img.shields.io/badge/python-3.7+-blue.svg
6361
:target: https://pypi.org/project/django-filer/
64-
.. |django| image:: https://img.shields.io/badge/django-2.2,%203.0,%203.1-blue.svg
62+
.. |django| image:: https://img.shields.io/badge/django-2.2,%203.2,%204.0-blue.svg
6563
:target: https://www.djangoproject.com/

0 commit comments

Comments
 (0)