Skip to content

Commit 194c1b6

Browse files
authored
Update README.rst
1 parent 0cd2cde commit 194c1b6

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

README.rst

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
1-
.. image:: https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml/badge.svg
2-
:target: https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml
3-
.. image:: https://img.shields.io/pypi/v/django-polymorphic.svg
4-
:target: https://pypi.python.org/pypi/django-polymorphic/
5-
.. image:: https://img.shields.io/codecov/c/github/jazzband/django-polymorphic/master.svg
6-
:target: https://codecov.io/github/jazzband/django-polymorphic?branch=master
7-
.. image:: https://readthedocs.org/projects/django-polymorphic/badge/?version=stable
8-
:target: https://django-polymorphic.readthedocs.io/en/stable/
9-
.. image:: https://jazzband.co/static/img/badge.svg
10-
:target: https://jazzband.co/
11-
:alt: Jazzband
1+
.. list-table::
2+
:header-rows: 0
3+
:widths: auto
4+
5+
* - .. image:: https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml/badge.svg
6+
:target: https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml
7+
- .. image:: https://img.shields.io/pypi/v/django-polymorphic.svg
8+
:target: https://pypi.python.org/pypi/django-polymorphic/
9+
- .. image:: https://img.shields.io/codecov/c/github/jazzband/django-polymorphic/master.svg
10+
:target: https://codecov.io/github/jazzband/django-polymorphic?branch=master
11+
- .. image:: https://readthedocs.org/projects/django-polymorphic/badge/?version=stable
12+
:target: https://django-polymorphic.readthedocs.io/en/stable/
13+
- .. image:: https://jazzband.co/static/img/badge.svg
14+
:target: https://jazzband.co/
15+
:alt: Jazzband
16+
17+
1218

1319
Polymorphic Models for Django
1420
=============================
@@ -79,10 +85,13 @@ Install using ``pip``\ ...
7985
8086
$ pip install django-polymorphic
8187
88+
8289
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
83-
```
84-
pip install git+https://github.com/jazzband/[email protected]#egg=django-polymorphic
85-
```
90+
91+
.. code:: bash
92+
93+
pip install git+https://github.com/jazzband/[email protected]#egg=django-polymorphic
94+
8695
8796
License
8897
=======

0 commit comments

Comments
 (0)