mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 19:32:53 +03:00
Added Scrutinizer/TravisCI badges to README
This commit is contained in:
parent
f2f8278300
commit
92952d9f75
15
README.rst
15
README.rst
@ -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
|
||||||
-----
|
-----
|
||||||
|
Loading…
x
Reference in New Issue
Block a user