From adc025126f4ef5c85052e0b507f05400ad9a47ab Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Fri, 17 May 2013 12:54:34 -0700 Subject: [PATCH] Add PyPI version and download count badges --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 2c79a03..a7866ba 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,10 @@ django-model-utils :target: http://travis-ci.org/carljm/django-model-utils .. image:: https://coveralls.io/repos/carljm/django-model-utils/badge.png?branch=master :target: https://coveralls.io/r/carljm/django-model-utils +.. image:: https://pypip.in/v/django-model-utils/badge.png + :target: https://crate.io/packages/django-model-utils +.. image:: https://pypip.in/d/django-model-utils/badge.png + :target: https://crate.io/packages/django-model-utils Django model mixins and utilities.