From 9bf0c44fb43b04557bba12f2f87feaea14ac876a Mon Sep 17 00:00:00 2001 From: Ignacio Fiorentino Date: Tue, 30 Aug 2016 12:46:44 -0300 Subject: [PATCH] Edit CHANGELOG and fix docs. --- CHANGELOG.md | 3 +++ docs/sections/contribute.rst | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eed2931..c8f8a26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ All notable changes to this project will be documented in this file. - Initial translation files (ES, FR). - Support for at_hash parameter. +##### Fixed +- Empty address dict in userinfo response. + ### [0.3.6] - 2016-07-07 ##### Changed diff --git a/docs/sections/contribute.rst b/docs/sections/contribute.rst index 7f3cb27..f7a07e9 100644 --- a/docs/sections/contribute.rst +++ b/docs/sections/contribute.rst @@ -24,10 +24,6 @@ Use `tox `_ for running tests in each of the e # Run single test file. $ python runtests.py oidc_provider.tests.test_authorize_endpoint -If you have a Django project properly configured with the package. Then just run tests as normal:: - - $ python manage.py test --settings oidc_provider.tests.app.settings oidc_provider - Also tests run on every commit to the project, we use `travis `_ for this. Improve Documentation