From f50fecd173b648cd88375bca42cc0b6c515d247c Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Tue, 13 Apr 2021 18:25:36 +0200 Subject: [PATCH] Add supported Python and Django badges to README.rst --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 54f110c..25f63a8 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,14 @@ django-axes :target: https://pypi.org/project/django-axes/ :alt: PyPI release +.. image:: https://img.shields.io/pypi/pyversions/django-axes.svg + :target: https://pypi.org/project/django-axes/ + :alt: Supported Python versions + +.. image:: https://img.shields.io/pypi/djversions/django-axes.svg + :target: https://pypi.org/project/django-axes/ + :alt: Supported Django versions + .. image:: https://img.shields.io/readthedocs/django-axes.svg :target: https://django-axes.readthedocs.io/ :alt: Documentation