We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f522f9 commit 2b52d13Copy full SHA for 2b52d13
README.rst
@@ -17,6 +17,12 @@ django-simple-history
17
:target: https://landscape.io/github/treyhunner/django-simple-history/master
18
:alt: Code Health
19
20
+.. image:: https://pepy.tech/badge/django-simple-history
21
+ :target: https://pepy.tech/project/django-simple-history
22
+
23
+.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
24
+ :target: https://github.com/ambv/black
25
26
27
django-simple-history stores Django model state on every create/update/delete.
28
0 commit comments