Skip to content

Commit

Permalink
fixed rst formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Mar 27, 2015
1 parent 499b6b8 commit d8fb6b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ Changelog
* #169: hide sensitive informations in error emails
* #161: extend search to all token types when revoking a token
* #160: return empty response on successful token revocation
* #157: skip authorization form with `skip_authorization_completely` class field
* #157: skip authorization form with ``skip_authorization_completely`` class field
* #155: allow custom uri schemes
* fixed `get_application_model` on Django 1.7
* fixed ``get_application_model`` on Django 1.7
* fixed non rotating refresh tokens
* #137: fixed base template
* customized `client_secret` lenght
* customized ``client_secret`` lenght
* #38: create access tokens not bound to a user instance for *client credentials* flow

0.7.2 [2014-07-02]
Expand Down
6 changes: 3 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Changelog
* #169: hide sensitive informations in error emails
* #161: extend search to all token types when revoking a token
* #160: return empty response on successful token revocation
* #157: skip authorization form with `skip_authorization_completely` class field
* #157: skip authorization form with ``skip_authorization_completely`` class field
* #155: allow custom uri schemes
* fixed `get_application_model` on Django 1.7
* fixed ``get_application_model`` on Django 1.7
* fixed non rotating refresh tokens
* #137: fixed base template
* customized `client_secret` lenght
* customized ``client_secret`` lenght
* #38: create access tokens not bound to a user instance for *client credentials* flow


Expand Down

0 comments on commit d8fb6b8

Please sign in to comment.