|
10 | 10 |
|
11 | 11 | Better ArrayField widget for admin
|
12 | 12 |
|
13 |
| -Supported Python versions: 3.8, 3.9, 3.10, 3.11 |
14 |
| -Supported Django versions: 3.2, 4.1, 4.2 |
| 13 | +Supported Python versions: |python-versions| |
| 14 | +Supported Django versions: |django-versions| |
15 | 15 |
|
16 | 16 | It changes comma separated widget to list based in admin panel.
|
17 | 17 |
|
@@ -87,3 +87,30 @@ Tools used in rendering this
|
87 | 87 |
|
88 | 88 | - [Cookiecutter](https://github.com/audreyr/cookiecutter)
|
89 | 89 | - [cookiecutter-djangopackage](https://github.com/pydanny/cookiecutter-djangopackage)
|
| 90 | + |
| 91 | + |
| 92 | +.. |build-status| image:: https://github.com/maykinmedia/{{ project_name }}/workflows/Run%20CI/badge.svg |
| 93 | + :alt: Build status |
| 94 | + :target: https://github.com/maykinmedia/{{ project_name }}/actions?query=workflow%3A%22Run+CI%22 |
| 95 | + |
| 96 | +.. |code-quality| image:: https://github.com/maykinmedia/{{ project_name }}/workflows/Code%20quality%20checks/badge.svg |
| 97 | + :alt: Code quality checks |
| 98 | + :target: https://github.com/maykinmedia/{{ project_name }}/actions?query=workflow%3A%22Code+quality+checks%22 |
| 99 | + |
| 100 | +.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg |
| 101 | + :target: https://github.com/psf/black |
| 102 | + |
| 103 | +.. |coverage| image:: https://codecov.io/gh/maykinmedia/{{ project_name }}/branch/master/graph/badge.svg |
| 104 | + :target: https://codecov.io/gh/maykinmedia/{{ project_name }} |
| 105 | + :alt: Coverage status |
| 106 | + |
| 107 | +.. |docs| image:: https://readthedocs.org/projects/{{ project_name }}/badge/?version=latest |
| 108 | + :target: https://{{ project_name }}.readthedocs.io/en/latest/?badge=latest |
| 109 | + :alt: Documentation Status |
| 110 | + |
| 111 | +.. |python-versions| image:: https://img.shields.io/pypi/pyversions/{{ project_name }}.svg |
| 112 | + |
| 113 | +.. |django-versions| image:: https://img.shields.io/pypi/djversions/{{ project_name }}.svg |
| 114 | + |
| 115 | +.. |pypi-version| image:: https://img.shields.io/pypi/v/{{ project_name }}.svg |
| 116 | + :target: https://pypi.org/project/{{ project_name }}/ |
0 commit comments