Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
j-antunes authored May 19, 2024
1 parent 0cd2cde commit 194c1b6
Showing 1 changed file with 23 additions and 14 deletions.
37 changes: 23 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
=============================
Expand Down Expand Up @@ -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/[email protected]#egg=django-polymorphic
```

.. code:: bash
pip install git+https://github.com/jazzband/[email protected]#egg=django-polymorphic
License
=======
Expand Down

0 comments on commit 194c1b6

Please sign in to comment.