From 0ba456a37427e19a4bf3d7c9b9551b2c570a299f Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Mon, 19 Dec 2016 17:06:59 +0100 Subject: [PATCH] [docs] Removed downloads count badge from README pypi doesn't support this feature anymore. --- README.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.rst b/README.rst index b8d5cac..96a432b 100644 --- a/README.rst +++ b/README.rst @@ -15,9 +15,6 @@ django-hstore .. image:: https://badge.fury.io/py/django-hstore.svg :target: https://pypi.python.org/pypi/django-hstore -.. image:: https://img.shields.io/pypi/dm/django-hstore.svg - :target: https://pypi.python.org/pypi/django-hstore - ------------ You need **dynamic columns** in your tables. What do you do?