From 7340f2c40884c57a3ffb9c9d9a241549406f5183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20Ha=CC=88kli?= Date: Sat, 25 May 2019 21:04:41 +0300 Subject: [PATCH] Use correct rST code formatting in changelog --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index a48086d..fd67e02 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,8 +6,8 @@ Changes 5.0.6 (2019-05-25) ------------------ -- Deprecate `AXES_DISABLE_SUCCESS_ACCESS_LOG` flag in favour of - `AXES_DISABLE_ACCESS_LOG` which has mostly the same functionality. +- Deprecate ``AXES_DISABLE_SUCCESS_ACCESS_LOG`` flag in favour of + ``AXES_DISABLE_ACCESS_LOG`` which has mostly the same functionality. Update documentation to better reflect the behaviour of the flag. [aleksihakli]