From d8fb6b87954e9aec4fb15dc6cf7f080c2f25a6d8 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Fri, 27 Mar 2015 10:56:26 +0100 Subject: [PATCH] fixed rst formatting --- README.rst | 6 +++--- docs/changelog.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index b16ab83a3..1bcd47172 100644 --- a/README.rst +++ b/README.rst @@ -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] diff --git a/docs/changelog.rst b/docs/changelog.rst index 5632264f6..e985d1957 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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