From 5d8c57f5dfcfe93ca09c3937f712e7801536321e Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Sat, 25 May 2019 00:50:50 -0400 Subject: [PATCH] (docs): add releases and commits since badges - same ones I use in other projects of mine - good to link to GH releases page for those that might want it and bc I usually use it as a changelog --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef9b049..0aa9181 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # django-serializable-model [![PyPI version](https://img.shields.io/pypi/v/django-serializable-model.svg)](https://pypi.org/project/django-serializable-model/) +[![releases](https://img.shields.io/github/tag-pre/agilgur5/django-serializable-model.svg)](https://github.com/agilgur5/django-serializable-model/releases) +[![commits](https://img.shields.io/github/commits-since/agilgur5/django-serializable-model/latest.svg)](https://github.com/agilgur5/django-serializable-model/commits/master) Django classes to make your models, managers, and querysets serializable, with built-in support for related objects in ~100 LoC (shorter than this README!)