|
1 | 1 | django-rest-framework-datatables-editor
|
2 | 2 | =======================================
|
3 | 3 |
|
4 |
| -|build-status-image| |codecov-image| |documentation-status-image| |pypi-version| |py-versions| |
| 4 | +|build-status-image| |codecov-image| |documentation-status-image| |pypi-version| |py-versions| |dj-versions| |
5 | 5 |
|
6 | 6 | Overview
|
7 | 7 | --------
|
@@ -208,25 +208,24 @@ If you want to check the coverage, use:
|
208 | 208 |
|
209 | 209 | .. _tox: http://tox.readthedocs.org/en/latest/
|
210 | 210 |
|
211 |
| -.. |build-status-image| image:: https://travis-ci.com/VVyacheslav/django-rest-framework-datatables-editor.svg?branch=master |
212 |
| - :target: https://travis-ci.com/VVyacheslav/django-rest-framework-datatables-editor |
213 |
| - :alt: Travis build |
| 211 | +.. |build-status-image| image:: https://img.shields.io/github/workflow/status/VVyacheslav/django-rest-framework-datatables-editor/build/master?style=flat-square |
| 212 | + :alt: Build |
214 | 213 |
|
215 |
| -.. |codecov-image| image:: https://codecov.io/gh/VVyacheslav/django-rest-framework-datatables-editor/branch/master/graph/badge.svg |
| 214 | +.. |codecov-image| image:: https://codecov.io/gh/VVyacheslav/django-rest-framework-datatables-editor/branch/master/graph/badge.svg?style=flat-square |
216 | 215 | :target: https://codecov.io/gh/VVyacheslav/django-rest-framework-datatables-editor
|
217 | 216 |
|
218 |
| -.. |pypi-version| image:: https://img.shields.io/pypi/v/djangorestframework-datatables-editor.svg |
| 217 | +.. |pypi-version| image:: https://img.shields.io/pypi/v/djangorestframework-datatables-editor.svg?style=flat-square |
219 | 218 | :target: https://pypi.python.org/pypi/djangorestframework-datatables-editor
|
220 | 219 | :alt: Pypi version
|
221 | 220 |
|
222 |
| -.. |documentation-status-image| image:: https://readthedocs.org/projects/drf-datatables-editor/badge/?version=latest |
| 221 | +.. |documentation-status-image| image:: https://readthedocs.org/projects/drf-datatables-editor/badge/?version=latest&style=flat-square |
223 | 222 | :target: https://drf-datatables-editor.readthedocs.io/en/latest/?badge=latest
|
224 | 223 | :alt: Documentation Status
|
225 | 224 |
|
226 |
| -.. |py-versions| image:: https://img.shields.io/pypi/pyversions/djangorestframework-datatables-editor.svg |
227 |
| - :target: https://img.shields.io/pypi/pyversions/djangorestframework-datatables.svg |
| 225 | +.. |py-versions| image:: https://img.shields.io/pypi/pyversions/djangorestframework-datatables-editor.svg?style=flat-square |
| 226 | + :target: https://img.shields.io/pypi/pyversions/djangorestframework-datatables-editor.svg |
228 | 227 | :alt: Python versions
|
229 | 228 |
|
230 |
| -.. |dj-versions| image:: https://img.shields.io/pypi/djversions/djangorestframework-datatables.svg |
231 |
| - :target: https://img.shields.io/pypi/djversions/djangorestframework-datatables.svg |
| 229 | +.. |dj-versions| image:: https://img.shields.io/pypi/djversions/djangorestframework-datatables-editor.svg?style=flat-square |
| 230 | + :target: https://img.shields.io/pypi/djversions/djangorestframework-datatables-editor.svg |
232 | 231 | :alt: Django versions
|
0 commit comments