diff --git a/README.rst b/README.rst index 3ad302f..e103a6e 100644 --- a/README.rst +++ b/README.rst @@ -10,14 +10,22 @@ django-versatileimagefield :target: https://coveralls.io/r/WGBH/django-versatileimagefield :alt: Coverage Status -.. image:: https://img.shields.io/pypi/dm/django-versatileimagefield.svg?style=flat +.. image:: https://pypip.in/py_versions/django-versatileimagefield/badge.svg?style=flat + :target: https://pypi.python.org/pypi/django-versatileimagefield/ + :alt: Supported Python versions + +.. image:: https://pypip.in/download/django-versatileimagefield/badge.svg?style=flat :target: https://pypi.python.org/pypi/django-versatileimagefield/ :alt: Downloads -.. image:: https://img.shields.io/pypi/v/django-versatileimagefield.svg?style=flat +.. image:: https://pypip.in/version/django-versatileimagefield/badge.svg?style=flat :target: https://pypi.python.org/pypi/django-versatileimagefield/ :alt: Latest Version +.. image:: https://pypip.in/wheel/django-versatileimagefield/badge.svg + :target: https://pypi.python.org/pypi/django-versatileimagefield/ + :alt: Wheel Status + ---- A drop-in replacement for django's ``ImageField`` that provides a flexible, intuitive and easily-extensible interface for creating new images from the one assigned to the field. diff --git a/docs/index.rst b/docs/index.rst index 5c58498..4a306ad 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,14 +15,22 @@ Welcome to django-versatileimagefield's documentation! :target: https://coveralls.io/r/WGBH/django-versatileimagefield :alt: Coverage Status -.. image:: https://img.shields.io/pypi/dm/django-versatileimagefield.svg?style=flat +.. image:: https://pypip.in/py_versions/django-versatileimagefield/badge.svg?style=flat + :target: https://pypi.python.org/pypi/django-versatileimagefield/ + :alt: Supported Python versions + +.. image:: https://pypip.in/download/django-versatileimagefield/badge.svg?style=flat :target: https://pypi.python.org/pypi/django-versatileimagefield/ :alt: Downloads -.. image:: https://img.shields.io/pypi/v/django-versatileimagefield.svg?style=flat +.. image:: https://pypip.in/version/django-versatileimagefield/badge.svg?style=flat :target: https://pypi.python.org/pypi/django-versatileimagefield/ :alt: Latest Version +.. image:: https://pypip.in/wheel/django-versatileimagefield/badge.svg + :target: https://pypi.python.org/pypi/django-versatileimagefield/ + :alt: Wheel Status + ---- .. rst-class:: intro-paragraph