Skip to content

Commit

Permalink
(docs): add releases and commits since badges
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
agilgur5 committed May 25, 2019
1 parent ceb8ae5 commit 5d8c57f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!)

Expand Down

0 comments on commit 5d8c57f

Please sign in to comment.