From 9b3c271ec41f03e05eb21e50e6c55b033fc61271 Mon Sep 17 00:00:00 2001 From: Jonathan Ellenberger Date: Tue, 9 Jun 2015 10:20:54 -0400 Subject: [PATCH] Updating badges to pull from shields.io badges/pypipins#39 --- README.rst | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index e103a6e..3ad302f 100644 --- a/README.rst +++ b/README.rst @@ -10,22 +10,14 @@ django-versatileimagefield :target: https://coveralls.io/r/WGBH/django-versatileimagefield :alt: Coverage Status -.. 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 +.. image:: https://img.shields.io/pypi/dm/django-versatileimagefield.svg?style=flat :target: https://pypi.python.org/pypi/django-versatileimagefield/ :alt: Downloads -.. image:: https://pypip.in/version/django-versatileimagefield/badge.svg?style=flat +.. image:: https://img.shields.io/pypi/v/django-versatileimagefield.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.