We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bf8ee commit bc23f8aCopy full SHA for bc23f8a
README.rst
@@ -5,8 +5,9 @@ django-polymodels
5
A django application that provides a simple way to retrieve models type casted
6
to their original ``ContentType``.
7
8
-.. image:: https://travis-ci.org/charettes/django-polymodels.svg?branch=master
9
- :target: https://travis-ci.org/charettes/django-polymodels
+.. image:: https://github.com/charettes/django-polymodels/workflows/Test/badge.svg
+ :target: https://github.com/charettes/django-polymodels/actions
10
+ :alt: Build Status
11
12
.. image:: https://coveralls.io/repos/charettes/django-polymodels/badge.svg?branch=master&service=github
13
:target: https://coveralls.io/github/charettes/django-polymodels?branch=master
0 commit comments