From db7cf4202c827852ed0774c0bd0b13963d4861c1 Mon Sep 17 00:00:00 2001 From: Jonathan Ellenberger Date: Fri, 15 May 2015 11:01:27 -0400 Subject: [PATCH] Re-introducing pypip.in badges badges/pypipins#37 --- README.rst | 12 ++++++++++-- docs/index.rst | 12 ++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) 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