|
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 | + |
12 | 18 |
|
13 | 19 | Polymorphic Models for Django
|
14 | 20 | =============================
|
@@ -79,10 +85,13 @@ Install using ``pip``\ ...
|
79 | 85 |
|
80 | 86 | $ pip install django-polymorphic
|
81 | 87 |
|
| 88 | +
|
82 | 89 | 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 | +
|
86 | 95 |
|
87 | 96 | License
|
88 | 97 | =======
|
|
0 commit comments