Edit CHANGELOG and fix docs.

This commit is contained in:
Ignacio Fiorentino 2016-08-30 12:46:44 -03:00
parent d6a59b2a88
commit 9bf0c44fb4
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -24,10 +24,6 @@ Use `tox <https://pypi.python.org/pypi/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 <https://travis-ci.org/juanifioren/django-oidc-provider/>`_ for this.
Improve Documentation