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