Added Scrutinizer/TravisCI badges to README

This commit is contained in:
Swen Kooij 2016-10-21 13:43:16 +03:00
parent f2f8278300
commit 92952d9f75

View File

@ -1,13 +1,16 @@
django-localized-fields django-localized-fields
======================= =======================
``django-localized-fields`` is an implementation of a field class for Django models that allows the field's value to be set in multiple languages. It does this by utilizing the ``hstore`` type (PostgreSQL specific), which is available as ``models.HStoreField`` in Django 1.10. .. image:: https://scrutinizer-ci.com/g/SectorLabs/django-localized-fields/badges/quality-score.png?b=master
:target: https://scrutinizer-ci.com/g/SectorLabs/django-localized-fields/
* [Usage](#usage) .. image:: https://scrutinizer-ci.com/g/SectorLabs/django-localized-fields/badges/coverage.png?b=master
* [Basic usage](#basic-usage) :target: https://scrutinizer-ci.com/g/SectorLabs/django-localized-fields/
* [Constraints](#constraints)
* [Other fields](#other-fields) .. image:: https://travis-ci.com/SectorLabs/django-localized-fields.svg?token=sFgxhDFpypxkMcvhRoSz&branch=master
* [Installation](#installation) :target: https://travis-ci.com/SectorLabs/django-localized-fields
``django-localized-fields`` is an implementation of a field class for Django models that allows the field's value to be set in multiple languages. It does this by utilizing the ``hstore`` type (PostgreSQL specific), which is available as ``models.HStoreField`` in Django 1.10.
Usage Usage
----- -----