1
- django-simple-history
2
- =====================
1
+ django-simple-history | pypi-version |
2
+ ====================================
3
3
4
- .. image :: https://github.com/jazzband/django-simple-history/actions/workflows/test.yml/badge.svg
4
+ |jazzband | |build-status | |docs | |coverage | |maintainability | |code-style | |downloads |
5
+
6
+ .. |pypi-version | image :: https://img.shields.io/pypi/v/django-simple-history.svg
7
+ :target: https://pypi.org/project/django-simple-history/
8
+ :alt: PyPI Version
9
+
10
+ .. |jazzband | image :: https://jazzband.co/static/img/badge.svg
11
+ :target: https://jazzband.co/
12
+ :alt: Jazzband
13
+
14
+ .. |build-status | image :: https://github.com/jazzband/django-simple-history/actions/workflows/test.yml/badge.svg
5
15
:target: https://github.com/jazzband/django-simple-history/actions/workflows/test.yml
6
16
:alt: Build Status
7
17
8
- .. image :: https://readthedocs.org/projects/django-simple-history/badge/?version=latest
18
+ .. | docs | image :: https://readthedocs.org/projects/django-simple-history/badge/?version=latest
9
19
:target: https://django-simple-history.readthedocs.io/en/latest/?badge=latest
10
20
:alt: Documentation Status
11
21
12
- .. image :: https://img.shields.io/codecov/c/github/jazzband/django-simple-history/master.svg
22
+ .. | coverage | image :: https://img.shields.io/codecov/c/github/jazzband/django-simple-history/master.svg
13
23
:target: https://app.codecov.io/github/jazzband/django-simple-history?branch=master
14
24
:alt: Test Coverage
15
25
16
- .. image :: https://img.shields.io/pypi/v/django-simple-history.svg
17
- :target: https://pypi.org/project/django-simple-history/
18
- :alt: PyPI Version
19
-
20
- .. image :: https://api.codeclimate.com/v1/badges/66cfd94e2db991f2d28a/maintainability
26
+ .. |maintainability | image :: https://api.codeclimate.com/v1/badges/66cfd94e2db991f2d28a/maintainability
21
27
:target: https://codeclimate.com/github/jazzband/django-simple-history/maintainability
22
28
:alt: Maintainability
23
29
24
- .. image :: https://static.pepy.tech/badge/django-simple-history
25
- :target: https://pepy.tech/project/django-simple-history
26
- :alt: Downloads
27
-
28
- .. image :: https://img.shields.io/badge/code%20style-black-000000.svg
30
+ .. |code-style | image :: https://img.shields.io/badge/code%20style-black-000000.svg
29
31
:target: https://github.com/psf/black
30
32
:alt: Code Style
31
33
32
- .. image :: https://jazzband.co/static/img/ badge.svg
33
- :target: https://jazzband.co/
34
- :alt: Jazzband
34
+ .. | downloads | image :: https://static.pepy.tech/ badge/django-simple-history
35
+ :target: https://pepy.tech/project/django-simple-history
36
+ :alt: Downloads
35
37
36
38
37
- django-simple-history stores Django model state on every create/update/delete.
39
+ `` django-simple-history `` stores Django model state on every create/update/delete.
38
40
39
41
This app supports the following combinations of Django and Python:
40
42
@@ -51,7 +53,7 @@ Getting Help
51
53
52
54
Documentation is available at https://django-simple-history.readthedocs.io/en/stable/
53
55
54
- Pull requests are welcome. Read the `CONTRIBUTING `_ file for tips on
56
+ Pull requests are welcome. Read the `CONTRIBUTING `_ file for tips on
55
57
submitting a pull request.
56
58
57
59
.. _CONTRIBUTING : https://github.com/jazzband/django-simple-history/blob/master/CONTRIBUTING.rst
0 commit comments