mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-06-27 13:53:19 +03:00
Added information about Python 3.5 and Django 1.10 in the README
This commit is contained in:
parent
e74d217450
commit
15bad7b18a
@ -17,6 +17,8 @@ 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.
|
``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.
|
||||||
|
|
||||||
|
This package requires Python 3.5 or newer and Django 1.10 or newer.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
1. Install the package from PyPi:
|
1. Install the package from PyPi:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user