diff --git a/README.rst b/README.rst index 9ba1090..6e1e67b 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,12 @@ django-multiselectfield ======================= +.. image:: https://badge.fury.io/py/django-multiselectfield.png + :target: https://badge.fury.io/py/django-multiselectfield + +.. image:: https://pypip.in/d/django-multiselectfield/badge.png + :target: https://pypi.python.org/pypi/django-multiselectfield + A new model and form field. With this you can get a multiple select from a choices This egg is done from a `snippet `_