diff --git a/README.rst b/README.rst index 699613ce..08064323 100644 --- a/README.rst +++ b/README.rst @@ -1,14 +1,20 @@ -.. image:: https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml/badge.svg - :target: https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml -.. image:: https://img.shields.io/pypi/v/django-polymorphic.svg - :target: https://pypi.python.org/pypi/django-polymorphic/ -.. image:: https://img.shields.io/codecov/c/github/jazzband/django-polymorphic/master.svg - :target: https://codecov.io/github/jazzband/django-polymorphic?branch=master -.. image:: https://readthedocs.org/projects/django-polymorphic/badge/?version=stable - :target: https://django-polymorphic.readthedocs.io/en/stable/ -.. image:: https://jazzband.co/static/img/badge.svg - :target: https://jazzband.co/ - :alt: Jazzband +.. list-table:: + :header-rows: 0 + :widths: auto + + * - .. image:: https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml/badge.svg + :target: https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml + - .. image:: https://img.shields.io/pypi/v/django-polymorphic.svg + :target: https://pypi.python.org/pypi/django-polymorphic/ + - .. image:: https://img.shields.io/codecov/c/github/jazzband/django-polymorphic/master.svg + :target: https://codecov.io/github/jazzband/django-polymorphic?branch=master + - .. image:: https://readthedocs.org/projects/django-polymorphic/badge/?version=stable + :target: https://django-polymorphic.readthedocs.io/en/stable/ + - .. image:: https://jazzband.co/static/img/badge.svg + :target: https://jazzband.co/ + :alt: Jazzband + + Polymorphic Models for Django ============================= @@ -79,10 +85,13 @@ Install using ``pip``\ ... $ pip install django-polymorphic + At the moment we have an unnofical version (4.0.0a). While we wait to gain access to pip. If you want to use the latest version (which works for Django >4.0.0). You can install it using -``` -pip install git+https://github.com/jazzband/django-polymorphic.git@v4.0.0a#egg=django-polymorphic -``` + +.. code:: bash + + pip install git+https://github.com/jazzband/django-polymorphic.git@v4.0.0a#egg=django-polymorphic + License =======