From 3ce375a4f45e63cb8788f9e3990a06c568282642 Mon Sep 17 00:00:00 2001 From: juanifioren Date: Wed, 1 Jul 2015 17:53:28 -0300 Subject: [PATCH] Edit DOC and README. --- DOC.md | 4 ++-- README.rst | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DOC.md b/DOC.md index 471eee6..51b5afa 100644 --- a/DOC.md +++ b/DOC.md @@ -35,8 +35,8 @@ Before getting started there are some important things that you should know: ## Requirements -- Python: `2.7.*` -- Django: `1.7.*` `1.8.*` +- Python: `2.7` `3.4` +- Django: `1.7` `1.8` ## Installation diff --git a/README.rst b/README.rst index 3190102..7511926 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,8 @@ Django OIDC Provider Django OIDC Provider can help you providing out of the box all the endpoints, data and logic needed to add OpenID Connect capabilities to your Django projects. +Support for Python 3 and 2. Also latest versions of django. + Read latest docs for more info. https://github.com/juanifioren/django-oidc-provider/blob/master/DOC.md