From 15bad7b18aed447d6479f3bef25c8ff43676f6a9 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Sat, 22 Oct 2016 21:38:01 +0300 Subject: [PATCH] Added information about Python 3.5 and Django 1.10 in the README --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index af7b284..1aab314 100644 --- a/README.rst +++ b/README.rst @@ -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. +This package requires Python 3.5 or newer and Django 1.10 or newer. + Installation ------------ 1. Install the package from PyPi: