mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-25 11:42:54 +03:00
Added PyPi badge to README
This commit is contained in:
parent
2be158ba5f
commit
e74d217450
@ -10,6 +10,9 @@ django-localized-fields
|
|||||||
.. image:: https://travis-ci.com/SectorLabs/django-localized-fields.svg?token=sFgxhDFpypxkMcvhRoSz&branch=master
|
.. image:: https://travis-ci.com/SectorLabs/django-localized-fields.svg?token=sFgxhDFpypxkMcvhRoSz&branch=master
|
||||||
:target: https://travis-ci.com/SectorLabs/django-localized-fields
|
:target: https://travis-ci.com/SectorLabs/django-localized-fields
|
||||||
|
|
||||||
|
.. image:: https://badge.fury.io/py/django-localized-fields.svg
|
||||||
|
:target: https://pypi.python.org/pypi/django-localized-fields
|
||||||
|
|
||||||
.. image:: https://img.shields.io/github/license/SectorLabs/django-localized-fields.svg
|
.. image:: https://img.shields.io/github/license/SectorLabs/django-localized-fields.svg
|
||||||
|
|
||||||
``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.
|
``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.
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django-localized-fields',
|
name='django-localized-fields',
|
||||||
version='1.0',
|
version='1.1',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user