Edit CHANGELOG and fix docs.
This commit is contained in:
parent
d6a59b2a88
commit
9bf0c44fb4
2 changed files with 3 additions and 4 deletions
|
@ -9,6 +9,9 @@ All notable changes to this project will be documented in this file.
|
||||||
- Initial translation files (ES, FR).
|
- Initial translation files (ES, FR).
|
||||||
- Support for at_hash parameter.
|
- Support for at_hash parameter.
|
||||||
|
|
||||||
|
##### Fixed
|
||||||
|
- Empty address dict in userinfo response.
|
||||||
|
|
||||||
### [0.3.6] - 2016-07-07
|
### [0.3.6] - 2016-07-07
|
||||||
|
|
||||||
##### Changed
|
##### Changed
|
||||||
|
|
|
@ -24,10 +24,6 @@ Use `tox <https://pypi.python.org/pypi/tox>`_ for running tests in each of the e
|
||||||
# Run single test file.
|
# Run single test file.
|
||||||
$ python runtests.py oidc_provider.tests.test_authorize_endpoint
|
$ 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.
|
Also tests run on every commit to the project, we use `travis <https://travis-ci.org/juanifioren/django-oidc-provider/>`_ for this.
|
||||||
|
|
||||||
Improve Documentation
|
Improve Documentation
|
||||||
|
|
Loading…
Reference in a new issue